Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 99cb652

Browse files
YadongQisysopenci
authored andcommitted
Bump version to 0.7.2
Bump version to 0.7.2 Tracked-On: OAM-105154 Signed-off-by: Yadong Qi <yadong.qi@intel.com>
1 parent 46c0a28 commit 99cb652

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
vm-manager (0.7.2) stable; urgency=medium
2+
3+
* Bump version to 0.7.2
4+
5+
-- Qi, Yadong <yadong.qi@intel.com> Thu, 08 Dec 2022 15:30:36 +0800
6+
17
vm-manager (0.7.1) stable; urgency=medium
28

39
* Bump version to 0.7.1

src/vm_manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define VERSION_MAJOR 0
2323
#define VERSION_MINOR 7
24-
#define VERSION_MICRO 1
24+
#define VERSION_MICRO 2
2525

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

0 commit comments

Comments
 (0)