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 0CAA2138CEB for ; Sun, 14 Jun 2015 15:43:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B62CE0869; Sun, 14 Jun 2015 15:43:23 +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 F17B5E0869 for ; Sun, 14 Jun 2015 15:43:22 +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 D6CE4340A95 for ; Sun, 14 Jun 2015 15:43:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5960993 for ; Sun, 14 Jun 2015 15:43:19 +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: <1434249884.3a08458342e9a7cb91a12bd61d1996bc292e30b2.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: 3a08458342e9a7cb91a12bd61d1996bc292e30b2 X-VCS-Branch: master Date: Sun, 14 Jun 2015 15:43:19 +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: 19001875-24b0-4db0-b9de-83559c7177f2 X-Archives-Hash: c3b1d3de114e2d43e804a9c560a2c209 commit: 3a08458342e9a7cb91a12bd61d1996bc292e30b2 Author: William Hubbs gmail com> AuthorDate: Sun Jun 14 02:44:44 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Jun 14 02:44:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=3a084583 start work on version 30 Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea8efbf..3b60345 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 29 +VERSION = 30 PACKAGE = udev-init-scripts TARBALL = $(PACKAGE)-$(VERSION).tar.gz