diff --git a/configure.ac b/configure.ac index 0be4c505d..b750d1e5c 100644 --- a/configure.ac +++ b/configure.ac @@ -18,9 +18,9 @@ AC_PREREQ(2.60) define([VERSION_MAJOR], [1]) define([VERSION_MINOR], [9]) -define([VERSION_FIX], [3]) +define([VERSION_FIX], [4]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_RELEASE], [1]) +define([VERSION_RELEASE], [0]) AC_INIT([ovirt-web-ui], VERSION_NUMBER, [gshereme@redhat.com]) PACKAGE_RPM_VERSION="VERSION_NUMBER"