aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-04 13:02:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-10-04 13:02:33 -0300
commit6799fd6ea063e910fef1c03c72aa664ee29875c9 (patch)
treed65bce95b1e462508c299a8c96c5ab6e2e05d6c6 /Makefile
parent385808dae0bf04b65e791717ae709ddb094c1328 (diff)
downloadkeyringer-6799fd6ea063e910fef1c03c72aa664ee29875c9.tar.gz
keyringer-6799fd6ea063e910fef1c03c72aa664ee29875c9.tar.bz2
Keyringer 0.2.60.2.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0379ea0..374579c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
#
PACKAGE = keyringer
-VERSION = 0.2.5
+VERSION = 0.2.6
PREFIX ?= /usr/local
INSTALL = /usr/bin/install
@@ -51,3 +51,4 @@ build_man:
tarball:
git archive --prefix=keyringer-$(VERSION)/ --format=tar HEAD | bzip2 >../tarballs/keyringer-$(VERSION).tar.bz2
+ #cd ../tarballs && ln -s keyringer-$(VERSION).tar.bz2 keyringer-$(VERSION).orig.tar.bz2