We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421c0bb commit 27daafbCopy full SHA for 27daafb
configure.ac
@@ -18,9 +18,9 @@ AC_PREREQ(2.60)
18
19
define([VERSION_MAJOR], [1])
20
define([VERSION_MINOR], [9])
21
-define([VERSION_FIX], [4])
+define([VERSION_FIX], [5])
22
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
23
-define([VERSION_RELEASE], [1])
+define([VERSION_RELEASE], [0])
24
25
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [gshereme@redhat.com])
26
PACKAGE_RPM_VERSION="VERSION_NUMBER"
0 commit comments