Skip to content

Commit f6b4923

Browse files
committed
Bump version to 2.0.
It is the same as version 1.8. Version is bumped to reflect product name change.
1 parent 52dce9a commit f6b4923

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gvm_ver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#define _STR(str) #str
1717
#define _XSTR(str) _STR(str)
1818

19-
#define GVM_MAJOR_VERSION 1
20-
#define GVM_MINOR_VERSION 8
19+
#define GVM_MAJOR_VERSION 2
20+
#define GVM_MINOR_VERSION 0
2121

2222
#define GVM_VERSION ((GVM_MAJOR_VERSION << 16) | GVM_MINOR_VERSION)
2323

0 commit comments

Comments
 (0)