Skip to content

Commit

Permalink
Automatic release to 21.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Aug 3, 2021
1 parent 2c8e6b7 commit 4938b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ 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/).

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

### Added
### Changed
### Deprecated
### Removed
### Fixed
- Fix info msg when 0 alive hosts are left to scan and max_scan_hosts limit is reached. No message will be generated for that case anymore. [#564](https://github.com/greenbone/gvm-libs/pull/564)

[Unreleased]: https://github.com/greenbone/gvm-libs/compare/v21.4.1...HEAD
[21.4.2]: https://github.com/greenbone/gvm-libs/compare/v21.4.1...v21.4.2

## [21.4.1] - 2021-06-23

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

# 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 4938b14

Please sign in to comment.