We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587ee91 commit c772caaCopy full SHA for c772caa
gvm_ver.h
@@ -17,7 +17,7 @@
17
#define _XSTR(str) _STR(str)
18
19
#define GVM_MAJOR_VERSION 1
20
-#define GVM_MINOR_VERSION 4
+#define GVM_MINOR_VERSION 5
21
22
#define GVM_VERSION ((GVM_MAJOR_VERSION << 16) | GVM_MINOR_VERSION)
23
0 commit comments