Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: /
Date: Tue, 31 Dec 2013 05:28:08
Message-Id: 1388463100.1af17955b52f07bb35d935fe13b7d8436378ede2.williamh@gentoo
1 commit: 1af17955b52f07bb35d935fe13b7d8436378ede2
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 31 04:11:40 2013 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 04:11:40 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=1af17955
7
8 start work on version 27
9
10 ---
11 Makefile | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/Makefile b/Makefile
15 index 14dbc60..d631832 100644
16 --- a/Makefile
17 +++ b/Makefile
18 @@ -1,5 +1,5 @@
19 PACKAGE = udev-init-scripts
20 -VERSION = 26
21 +VERSION = 27
22 DISTNAME = $(PACKAGE)-$(VERSION)
23
24 LIBUDEV ?= $(shell pkg-config udev --variable=udevdir)