Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
I really should get rid of the third section of the version numbers.

Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Sep 25, 2014
1 parent bb0e286 commit 6d83e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 := 8
RELEASE_MINOR := 9
RELEASE_SUBLEVEL := 0
RELEASE_NAME := efibootmgr
RELEASE_STRING := $(RELEASE_NAME)-$(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_SUBLEVEL)
Expand Down Expand Up @@ -63,7 +63,7 @@ test-archive:
@echo "The archive is in $(RELEASE_STRING).tar.bz2"

archive:
git tag $(GITTAG) refs/heads/master
git tag -s $(GITTAG) refs/heads/master
@rm -rf /tmp/$(RELEASE_STRING) /tmp/$(RELEASE_STRING)-tmp
@mkdir -p /tmp/$(RELEASE_STRING)-tmp
@git archive --format=tar $(GITTAG) | ( cd /tmp/$(RELEASE_STRING)-tmp/ ; tar x )
Expand Down

0 comments on commit 6d83e86

Please sign in to comment.