commit:     ce6c65fdd112d4019d19b2b0668a69751feaf409
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 21:56:20 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 21:56:20 2017 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ce6c65fd

Bump version to 3.5.1

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 Makefile  | 2 +-
 genkernel | 2 +-
 2 files changed, 2 insertions(+), 2 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

diff --git a/genkernel b/genkernel
index 884d6e6..7c0184c 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.5.0.9'
+GK_V='3.5.1'
 
 # Set the default for TMPDIR.  May be modified by genkernel.conf or the
 # --tempdir command line option.

Reply via email to