diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-06-23 14:56:20 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-06-23 14:56:20 -0700 |
commit | ce6c65fdd112d4019d19b2b0668a69751feaf409 (patch) | |
tree | b8309079117d115e6bf8cfa75dbb51016c2ff56c | |
parent | Bump version to 3.5.0.9 (diff) | |
download | genkernel-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>
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | genkernel | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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. |