Skip to content

Commit

Permalink
Bumped version to 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed May 18, 2024
1 parent 70e41e9 commit cb53b59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENDIF()

set(VZLOGGER_MAJOR_VERSION 0)
set(VZLOGGER_MINOR_VERSION 8)
set(VZLOGGER_SUB_VERSION 5)
set(VZLOGGER_SUB_VERSION 6)
set(VERSION_SEP "-")
set(VZLOGGER_SHORT_VERSION "${VZLOGGER_MAJOR_VERSION}${VERSION_SEP}${VZLOGGER_MINOR_VERSION}")
set(VZLOGGER_VERSION "${VZLOGGER_SHORT_VERSION}${VERSION_SEP}${VZLOGGER_SUB_VERSION}")
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vzlogger (0.8.6) unstable; urgency=medium

* Release as base for an official Debian release

-- Joachim Zobel <[email protected]> Thu, 16 May 2024 21:35:26 +0200

vzlogger (0.8.5) unstable; urgency=medium

* Fixed missing user name rename in logrotate configuration.
Expand Down

0 comments on commit cb53b59

Please sign in to comment.