Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
Bump version to 0.6.0

Tracked-On: OAM-102060
Signed-off-by: Yadong Qi <yadong.qi@intel.com>
  • Loading branch information
YadongQi authored and sysopenci committed May 6, 2022
1 parent 9f21e65 commit a1ba567
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vm-manager (0.6.0) stable; urgency=medium

* Bump version to 0.6.0

-- Qi, Yadong <yadong.qi@intel.com> Fri, 06 May 2022 08:59:33 +0800

vm-manager (0.5.1) stable; urgency=medium

* Bump version to 0.5.1
Expand Down
4 changes: 2 additions & 2 deletions src/vm_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include "vm_manager.h"

#define VERSION_MAJOR 0
#define VERSION_MINOR 5
#define VERSION_MICRO 1
#define VERSION_MINOR 6
#define VERSION_MICRO 0

#define VERSION xstr(VERSION_MAJOR)"."xstr(VERSION_MINOR)"."xstr(VERSION_MICRO)

Expand Down

0 comments on commit a1ba567

Please sign in to comment.