From 2db03a60eef59ed4926a32093f1ec4c785eaea2a Mon Sep 17 00:00:00 2001 From: Marek Libra Date: Mon, 25 Jun 2018 09:03:08 +0200 Subject: [PATCH] Bump v1.4.0-pre --- configure.ac | 4 ++-- ovirt-web-ui.spec.in | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7f4e8289b..73feae3ca 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ dnl AC_PREREQ(2.60) define([VERSION_MAJOR], [1]) -define([VERSION_MINOR], [3]) -define([VERSION_FIX], [9]) +define([VERSION_MINOR], [4]) +define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) define([VERSION_RELEASE], [1]) diff --git a/ovirt-web-ui.spec.in b/ovirt-web-ui.spec.in index 6fb688ae2..bdf2ceb79 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 +* Mon Jun 25 2018 Marek Libra - 1.4.0 +- A lot of UI fixes + * Wed Apr 25 2018 Marek Libra - 1.3.9 - fix: cluster can be in no datacenter - https://github.com/oVirt/ovirt-web-ui/pull/577 - fix: storage domain can be in multiple datacenters https://github.com/oVirt/ovirt-web-ui/pull/578