From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 29865138CEB for ; Wed, 17 Jun 2015 21:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAFFFE07B2; Wed, 17 Jun 2015 21:42:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 261B1E07EA for ; Wed, 17 Jun 2015 21:42:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C08A340B3F for ; Wed, 17 Jun 2015 21:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0479EA13 for ; Wed, 17 Jun 2015 21:42:49 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1434577304.1d55f108de2ffef18f0d6fdd57c9e30720bea0f4.williamh@gentoo> Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: / X-VCS-Repository: proj/udev-gentoo-scripts X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 1d55f108de2ffef18f0d6fdd57c9e30720bea0f4 X-VCS-Branch: master Date: Wed, 17 Jun 2015 21:42:49 +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: 796f9bce-c96f-45b0-9113-fc7c7615673c X-Archives-Hash: d5f3c991cd8e62142995c64d203ef35b commit: 1d55f108de2ffef18f0d6fdd57c9e30720bea0f4 Author: William Hubbs gmail com> AuthorDate: Wed Jun 17 21:41:44 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jun 17 21:41:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=1d55f108 Start work on version 31 Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b60345..955ead7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 30 +VERSION = 31 PACKAGE = udev-init-scripts TARBALL = $(PACKAGE)-$(VERSION).tar.gz