Skip to content

Commit 1f1269b

Browse files
committed
Bump version to 0.110.
It's been a year, and it's been a month without substantial changes. Signed-off-by: Peter Jones <[email protected]>
1 parent 7d01461 commit 1f1269b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: Makefile

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include $(TOPDIR)/Make.defaults
44

55
SUBDIRS := include libdpe src
66
DOCDIR := /share/doc/
7-
VERSION = 0.109
7+
VERSION = 0.110
88

99
all : $(SUBDIRS)
1010

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

44-
archive:
45-
git tag $(GITTAG) refs/heads/master
44+
tag:
45+
git tag -s $(GITTAG) refs/heads/master
46+
47+
archive: tag
4648
@rm -rf /tmp/pesign-$(VERSION) /tmp/pesign-$(VERSION)-tmp
4749
@mkdir -p /tmp/pesign-$(VERSION)-tmp
4850
@git archive --format=tar $(GITTAG) | ( cd /tmp/pesign-$(VERSION)-tmp/ ; tar x )

0 commit comments

Comments
 (0)