Skip to content

Commit

Permalink
Merge pull request #3179 from greenbone/swaterkamp/prepare20084
Browse files Browse the repository at this point in the history
Prepare release 20.08.4
  • Loading branch information
y0urself authored Oct 12, 2021
2 parents 1a29091 + 0f0861e commit 38fd53d
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.4] (unreleased)
## [20.8.4] 2021-10-12
### Added

### Changed
Expand All @@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Show dead hosts as possible reason in empty report when scan finishes [#3124](https://github.com/greenbone/gsa/pull/3124), [#3157](https://github.com/greenbone/gsa/pull/3157)

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

## [20.8.3] 2021-08-03

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ endif (NOT CMAKE_BUILD_TYPE)

# 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.
set (PROJECT_DEV_VERSION 1)
set (PROJECT_DEV_VERSION 0)

# If PROJECT_DEV_VERSION is set, the version string will be set to:
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"
Expand Down
2 changes: 1 addition & 1 deletion gsa/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ find_package (Yarn 1.0)

# 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.
set (PROJECT_DEV_VERSION 1)
set (PROJECT_DEV_VERSION 0)

# If PROJECT_DEV_VERSION is set, the version string will be set to:
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"
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.4.dev1",
"version": "20.8.4",
"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.4.dev1';
const VERSION = '20.8.4';

export default VERSION;
2 changes: 1 addition & 1 deletion gsad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ project (gsad VERSION 20.8.4 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.
set (PROJECT_DEV_VERSION 1)
set (PROJECT_DEV_VERSION 0)

# If PROJECT_DEV_VERSION is set, the version string will be set to:
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"
Expand Down

0 comments on commit 38fd53d

Please sign in to comment.