Skip to content

Commit

Permalink
Merge pull request #827 from gregsheremeta/ovirt-web-ui-1.4.4-2
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.4.4-2
  • Loading branch information
gregsheremeta authored Oct 13, 2018
2 parents a341aac + bddbc3f commit 355ed15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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], [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, [[email protected]])
PACKAGE_RPM_VERSION="VERSION_NUMBER"
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
* Sat Oct 13 2018 Greg Sheremeta <[email protected]> - 1.4.4-2
- respin (1.4.4-1 had incorrect sources)

* Thu Oct 11 2018 Greg Sheremeta <[email protected]> - 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)
Expand Down
4 changes: 2 additions & 2 deletions 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.3',
release: '1',
version: '1.4.4',
release: '2',

ovirtApiVersionRequired: {
major: 4,
Expand Down

0 comments on commit 355ed15

Please sign in to comment.