Skip to content

Commit

Permalink
Update version to 0.10
Browse files Browse the repository at this point in the history
- Fix "-n" and friends not being assigned/checked right sometimes from
  0.10.0-1
- Generate more archives to avoid people using github's, because
  they're just bad.

Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Oct 21, 2014
1 parent 3683c69 commit ceb177a
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 := 10
RELEASE_MINOR := 11
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.10.0
Version: 0.11.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
* Tue Oct 21 2014 Peter Jones <[email protected]> - 0.11.0-1
- Fix "-n" and friends not being assigned/checked right sometimes from 0.10.0-1
- Generate more archives to avoid people using github's, because they're just
bad.

* Mon Oct 20 2014 Peter Jones <[email protected]> - 0.10.0-1
- Make -o parameter validation work better and be more informative
- Better exit values
Expand Down

0 comments on commit ceb177a

Please sign in to comment.