Skip to content

Commit

Permalink
Merge pull request #3099 from greenbone/swaterkamp/prepare2083release
Browse files Browse the repository at this point in the history
Prepare release 20.8.3
  • Loading branch information
swaterkamp authored Aug 3, 2021
2 parents 423fe92 + d17896c commit 3616161
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [20.8.3] (unreleased)
## [20.8.3] 2021-08-03

### Added
### Changed
Expand All @@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Fixed setting/displaying timeout in EditNvtDetailsDialog [#3057](https://github.com/greenbone/gsa/pull/3057)

[Unreleased]: https://github.com/greenbone/gsa/compare/v20.8.2...gsa-20.08
[20.8.3]: https://github.com/greenbone/gsa/compare/v20.8.3...v20.8.2

## [20.8.2] - 2021-06-25

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message ("-- Configuring Greenbone Security Assistant")
# VERSION: Set patch version for stable releases, e.g. "9.0.1",
# unset patch version for prereleases, e.g. "9.0"
project (greenbone-security-assistant
VERSION 20.8.2)
VERSION 20.8.3)

SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

Expand Down
2 changes: 1 addition & 1 deletion gsa/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cmake_minimum_required (VERSION 3.0)

message ("-- Configuring gsa")

project (gsa VERSION 20.8.1 LANGUAGES)
project (gsa VERSION 20.8.3 LANGUAGES)

set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

Expand Down
2 changes: 1 addition & 1 deletion gsa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gsa",
"version": "20.8.2",
"version": "20.8.3",
"description": "Greenbone Security Assistant",
"keywords": [
"openvas",
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

const VERSION = '20.8.2';
const VERSION = '20.8.3';

export default VERSION;
2 changes: 1 addition & 1 deletion gsad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cmake_minimum_required (VERSION 3.0)

message ("-- Configuring gsad")

project (gsad VERSION 20.8.1 LANGUAGES C)
project (gsad VERSION 20.8.3 LANGUAGES C)

# Set dev version if this is a development version and not a full release,
# unset (put value 0 or delete line) before a full release and reset after.
Expand Down

0 comments on commit 3616161

Please sign in to comment.