Skip to content

Commit

Permalink
Merge pull request #148 from oVirt/release-0.1.3
Browse files Browse the repository at this point in the history
Bump v0.1.3
  • Loading branch information
mareklibra authored Apr 13, 2017
2 parents b2f8143 + 51ad3e9 commit 8f54059
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ AC_PREREQ(2.60)

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

AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]])
PACKAGE_RPM_VERSION="VERSION_NUMBER"
Expand Down
5 changes: 5 additions & 0 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-engine/engine.conf.d/50-ovirt-web-ui.conf

%changelog
* Wed Apr 12 2017 Marek Libra <[email protected]> - 0.1.3
- UI fixes
- docker builds
- oVirt API version check
- About dialog
* Mon Feb 20 2017 Marek Libra <[email protected]> - 0.1.2
- Minor UI fixes, npm replaced by yarn
* Fri Dec 16 2016 Marek Libra <[email protected]> - 0.1.1
Expand Down

0 comments on commit 8f54059

Please sign in to comment.