diff --git a/configure.ac b/configure.ac index ba80b79e3..9072db90b 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1]) define([VERSION_MINOR], [4]) define([VERSION_FIX], [4]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_RELEASE], [1]) +define([VERSION_RELEASE], [2]) AC_INIT([ovirt-web-ui], VERSION_NUMBER, [gshereme@redhat.com]) PACKAGE_RPM_VERSION="VERSION_NUMBER" diff --git a/ovirt-web-ui.spec.in b/ovirt-web-ui.spec.in index 102522031..6974ac235 100644 --- a/ovirt-web-ui.spec.in +++ b/ovirt-web-ui.spec.in @@ -57,6 +57,9 @@ make install DESTDIR=%{buildroot} %{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand %changelog +* Sat Oct 13 2018 Greg Sheremeta - 1.4.4-2 +- respin (1.4.4-1 had incorrect sources) + * Thu Oct 11 2018 Greg Sheremeta - 1.4.4-1 Fixed issues: - Fix use of VmNics in VmDetail such that Nic operations work again [BZ1631149](https://bugzilla.redhat.com/show_bug.cgi?id=1631149) diff --git a/src/version.js b/src/version.js index e5265008f..976850f36 100644 --- a/src/version.js +++ b/src/version.js @@ -1,7 +1,7 @@ const Product = { name: 'oVirt Basic Portal', - version: '1.4.3', - release: '1', + version: '1.4.4', + release: '2', ovirtApiVersionRequired: { major: 4,