Skip to content

Commit

Permalink
Make the version 0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Oct 20, 2014
1 parent b857ce0 commit 86d6c89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SIGNING_KEY := pjones
RELEASE_MAJOR := 0
RELEASE_MINOR := 9
RELEASE_MINOR := 10
RELEASE_SUBLEVEL := 0
RELEASE_NAME := efibootmgr
RELEASE_STRING := $(RELEASE_NAME)-$(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_SUBLEVEL)
Expand Down
7 changes: 6 additions & 1 deletion efibootmgr.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: EFI Boot Manager
Name: efibootmgr
Version: 0.8.0
Version: 0.10.0
Release: 1%{?dist}
Group: System Environment/Base
License: GPLv2+
Expand Down Expand Up @@ -53,6 +53,11 @@ rm -rf %{buildroot}
%doc README INSTALL COPYING

%changelog
* Mon Oct 20 2014 Peter Jones <pjones@redhat.com> - 0.10.0-1
- Make -o parameter validation work better and be more informative
- Better exit values
- Fix a segfault with appending ascii arguments.

* Tue Sep 09 2014 Peter Jones <pjones@redhat.com> - 0.8.0-1
- Release 0.8.0

Expand Down

0 comments on commit 86d6c89

Please sign in to comment.