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 3BA711387B1 for ; Tue, 31 Dec 2013 05:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF398E0AAF; Tue, 31 Dec 2013 05:28:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 598A5E0AAF for ; Tue, 31 Dec 2013 05:28:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C900233F4CD for ; Tue, 31 Dec 2013 05:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4D543E545E for ; Tue, 31 Dec 2013 05:28:03 +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: <1388463100.1af17955b52f07bb35d935fe13b7d8436378ede2.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: 1af17955b52f07bb35d935fe13b7d8436378ede2 X-VCS-Branch: master Date: Tue, 31 Dec 2013 05:28:03 +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: 08d1a455-b8fe-45de-9ca1-7345a13150db X-Archives-Hash: 06480cc935e99768f2a314e1d589da97 commit: 1af17955b52f07bb35d935fe13b7d8436378ede2 Author: William Hubbs gmail com> AuthorDate: Tue Dec 31 04:11:40 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Dec 31 04:11:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=1af17955 start work on version 27 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14dbc60..d631832 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = udev-init-scripts -VERSION = 26 +VERSION = 27 DISTNAME = $(PACKAGE)-$(VERSION) LIBUDEV ?= $(shell pkg-config udev --variable=udevdir)