Skip to content

Commit

Permalink
Merge pull request #759 from gregsheremeta/release-1.4.3
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.4.3
  • Loading branch information
gregsheremeta authored Sep 5, 2018
2 parents a6d96c3 + 6f8c35e commit 33a6855
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 @@ -18,7 +18,7 @@ AC_PREREQ(2.60)

define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [4])
define([VERSION_FIX], [2])
define([VERSION_FIX], [3])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_RELEASE], [1])

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 @@ -57,6 +57,10 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Wed 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)

* Fri Aug 17 2018 Greg Sheremeta <[email protected]> - 1.4.2-1
Fixed issues:
- Main > InfiniteScroll is broken [#708](https://github.com/oVirt/ovirt-web-ui/issues/708)
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const Product = {
name: 'oVirt Basic Portal',
version: '1.1.0',
version: '1.4.3',
release: '1',

ovirtApiVersionRequired: {
Expand Down

0 comments on commit 33a6855

Please sign in to comment.