aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-06-23 14:56:20 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-06-23 14:56:20 -0700
commitce6c65fdd112d4019d19b2b0668a69751feaf409 (patch)
treeb8309079117d115e6bf8cfa75dbb51016c2ff56c /Makefile
parentBump version to 3.5.0.9 (diff)
downloadgenkernel-ce6c65fdd112d4019d19b2b0668a69751feaf409.tar.gz
genkernel-ce6c65fdd112d4019d19b2b0668a69751feaf409.tar.bz2
genkernel-ce6c65fdd112d4019d19b2b0668a69751feaf409.zip
Bump version to 3.5.1
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2e5e50..e7f08a3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#PACKAGE_VERSION = `/bin/fgrep GK_V= genkernel | sed "s/.*GK_V='\([^']\+\)'/\1/"`
-PACKAGE_VERSION = `git describe --tags`
+PACKAGE_VERSION = `git describe --tags |sed 's,^v,,g'`
distdir = genkernel-$(PACKAGE_VERSION)
MANPAGE = genkernel.8
# Add off-Git/generated files here that need to be shipped with releases