Skip to content

Commit

Permalink
Merge pull request #908 from gregsheremeta/release-1.4.5
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.4.5-1
  • Loading branch information
gregsheremeta authored Jan 8, 2019
2 parents d637ebe + 2aed495 commit a0b71d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [4])
define([VERSION_FIX], [5])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_RELEASE], [0])
define([VERSION_RELEASE], [1])

AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]])
PACKAGE_RPM_VERSION="VERSION_NUMBER"
Expand Down
4 changes: 4 additions & 0 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Tue Jan 8 2019 Greg Sheremeta <[email protected]> - 1.4.5-1
Fixed issues:
- [BZ#1644970] web-ui does not load on IE11 [#869](https://github.com/oVirt/ovirt-web-ui/issues/869)

* Sat Oct 13 2018 Greg Sheremeta <[email protected]> - 1.4.4-2
- respin (1.4.4-1 had incorrect sources)

Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Product = {
name: 'oVirt Basic Portal',
version: '1.4.5',
release: '0',
release: '1',

ovirtApiVersionRequired: {
major: 4,
Expand Down

0 comments on commit a0b71d6

Please sign in to comment.