Skip to content

Commit

Permalink
Merge pull request #646 from oVirt/release-1.4.0-pre
Browse files Browse the repository at this point in the history
Bump v1.4.0-pre
  • Loading branch information
mareklibra authored Jun 25, 2018
2 parents 6a5c9b9 + 2db03a6 commit 7781459
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
3 changes: 3 additions & 0 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Mon Jun 25 2018 Marek Libra <[email protected]> - 1.4.0
- A lot of UI fixes

* Wed Apr 25 2018 Marek Libra <[email protected]> - 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
Expand Down

0 comments on commit 7781459

Please sign in to comment.