Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
gdeploy bug fixes

Change-Id: Ie83dfe8e184b1256dd7199cfc1090ec7e0b7de6c
Signed-off-by: Ryan Barry <[email protected]>
  • Loading branch information
Ryan Barry committed Dec 22, 2016
1 parent 84ba8ac commit 5b72515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cockpit-ovirt.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ for low-level host management.
%{_uipluginsdir}/cockpit-resources

%changelog
* Wed Dec 21 2016 Ryan Barry <[email protected]> - 0.10.7-0.0.1
- gdeploy bug fixes
* Wed Dec 21 2016 Ryan Barry <[email protected]> - 0.10.7-0.0.0
- Add gdeploy to hosted engine
* Tue Dec 20 2016 Ryan Barry <[email protected]> - 0.10.6-1.4.3
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define([VERSION_MINOR], [10])
define([VERSION_FIX], [7])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_RELEASE], [0.0])
define([VERSION_SUFFIX],[0])
define([VERSION_SUFFIX],[1])

AC_INIT([cockpit-ovirt], VERSION_NUMBER[-]VERSION_RELEASE[.]VERSION_SUFFIX, [[email protected]])
PACKAGE_RPM_VERSION="VERSION_NUMBER"
Expand Down

0 comments on commit 5b72515

Please sign in to comment.