Skip to content

Commit

Permalink
Merge pull request #913 from gregsheremeta/release-1.5.0
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.5.0-1
  • Loading branch information
gregsheremeta authored Jan 9, 2019
2 parents 62b7cd4 + 5ec5ea0 commit 8937740
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], [5])
define([VERSION_FIX], [0])
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
* Wed Jan 9 2019 Greg Sheremeta <[email protected]> - 1.5.0-1
- Redesign of VM Edit / Dashboard view complete
- Fixed several issues

* Tue Sep 4 2018 Greg Sheremeta <[email protected]> - 1.4.3-1
Fixed issues:
- ux-redesign: make old Normal View the default when clicking a VM [#751](https://github.com/oVirt/ovirt-web-ui/issues/751)
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.5.0',
release: '0',
release: '1',

ovirtApiVersionRequired: {
major: 4,
Expand Down

0 comments on commit 8937740

Please sign in to comment.