Skip to content

Commit

Permalink
Automatic release to 20.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Oct 11, 2021
1 parent 3a55450 commit 22cc866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 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] - Unreleased - 2021-10-11
### Added
- Add function to duplicate host and vhost objects [#592](https://github.com/greenbone/gvm-libs/pull/592)
### Changed
Expand All @@ -14,13 +14,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Introduced GVM_RUN_DIR that uses /run/gvm by default
* GVM_PID_DIR is /run/gvm by default now

### Deprecated
### Removed
### Fixed

[20.8.4]: https://github.com/greenbone/gvm-libs/compare/v20.8.3...gvm-libs-20.08


## [20.8.3] - 2021-08-03

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

# 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 22cc866

Please sign in to comment.