Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Fri, 23 Jun 2017 21:58:39
Message-Id: 1498254980.ce6c65fdd112d4019d19b2b0668a69751feaf409.robbat2@gentoo
1 commit: ce6c65fdd112d4019d19b2b0668a69751feaf409
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 21:56:20 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 21:56:20 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ce6c65fd
7
8 Bump version to 3.5.1
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 Makefile | 2 +-
13 genkernel | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/Makefile b/Makefile
17 index e2e5e50..e7f08a3 100644
18 --- a/Makefile
19 +++ b/Makefile
20 @@ -1,5 +1,5 @@
21 #PACKAGE_VERSION = `/bin/fgrep GK_V= genkernel | sed "s/.*GK_V='\([^']\+\)'/\1/"`
22 -PACKAGE_VERSION = `git describe --tags`
23 +PACKAGE_VERSION = `git describe --tags |sed 's,^v,,g'`
24 distdir = genkernel-$(PACKAGE_VERSION)
25 MANPAGE = genkernel.8
26 # Add off-Git/generated files here that need to be shipped with releases
27
28 diff --git a/genkernel b/genkernel
29 index 884d6e6..7c0184c 100755
30 --- a/genkernel
31 +++ b/genkernel
32 @@ -2,7 +2,7 @@
33 # $Id$
34
35 PATH="${PATH}:/sbin:/usr/sbin"
36 -GK_V='3.5.0.9'
37 +GK_V='3.5.1'
38
39 # Set the default for TMPDIR. May be modified by genkernel.conf or the
40 # --tempdir command line option.