Skip to content

Commit

Permalink
Bump version to 0.110.
Browse files Browse the repository at this point in the history
It's been a year, and it's been a month without substantial changes.

Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Oct 24, 2014
1 parent 7d01461 commit 1f1269b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(TOPDIR)/Make.defaults

SUBDIRS := include libdpe src
DOCDIR := /share/doc/
VERSION = 0.109
VERSION = 0.110

all : $(SUBDIRS)

Expand Down Expand Up @@ -41,8 +41,10 @@ test-archive:
@rm -rf /tmp/pesign-$(VERSION)
@echo "The archive is in pesign-$(VERSION).tar.bz2"

archive:
git tag $(GITTAG) refs/heads/master
tag:
git tag -s $(GITTAG) refs/heads/master

archive: tag
@rm -rf /tmp/pesign-$(VERSION) /tmp/pesign-$(VERSION)-tmp
@mkdir -p /tmp/pesign-$(VERSION)-tmp
@git archive --format=tar $(GITTAG) | ( cd /tmp/pesign-$(VERSION)-tmp/ ; tar x )
Expand Down

0 comments on commit 1f1269b

Please sign in to comment.