Skip to content

Commit

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

Tracked-On: OAM-103537
Signed-off-by: Yadong Qi <yadong.qi@intel.com>
  • Loading branch information
YadongQi authored and sysopenci committed Aug 17, 2022
1 parent 0beeac3 commit 78efc4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.7.1) stable; urgency=medium

* Bump version to 0.7.1

-- Qi, Yadong <yadong.qi@intel.com> Thu, 28 Jul 2022 14:10:52 +0800

vm-manager (0.6.1) stable; urgency=medium

* Bum version to 0.6.1
Expand Down
2 changes: 1 addition & 1 deletion src/vm_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "vm_manager.h"

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

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

0 comments on commit 78efc4d

Please sign in to comment.