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.
2 parents 3184688 + 07aecb7 commit 7822c38Copy full SHA for 7822c38
configure.ac
@@ -20,7 +20,7 @@ define([VERSION_MAJOR], [0])
20
define([VERSION_MINOR], [1])
21
define([VERSION_FIX], [2])
22
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
23
-define([VERSION_RELEASE], [1])
+define([VERSION_RELEASE], [2])
24
25
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]])
26
PACKAGE_RPM_VERSION="VERSION_NUMBER"
0 commit comments