From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01360139694 for ; Fri, 23 Jun 2017 21:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51F8423402B; Fri, 23 Jun 2017 21:58:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 343A323402B for ; Fri, 23 Jun 2017 21:58:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E9FC3416E7 for ; Fri, 23 Jun 2017 21:58:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 044807480 for ; Fri, 23 Jun 2017 21:58:36 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1498254980.ce6c65fdd112d4019d19b2b0668a69751feaf409.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: Makefile genkernel X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: ce6c65fdd112d4019d19b2b0668a69751feaf409 X-VCS-Branch: master Date: Fri, 23 Jun 2017 21:58:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 93e3123b-29dd-4486-b464-2ca6166d8246 X-Archives-Hash: bfbcee5db19256699f5eb97d5eabe0fe commit: ce6c65fdd112d4019d19b2b0668a69751feaf409 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Jun 23 21:56:20 2017 +0000 Commit: Robin H. Johnson gentoo 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 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.