summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2013-01-21 13:27:35 -0600
committerWilliam Hubbs <williamh@gentoo.org>2013-01-21 13:27:35 -0600
commit6a10b73a93c0e4fc39725675b712783e1cc77f8b (patch)
tree4b81b8b7e084a41b8fc267213274023cabb2b4eb
parentudev: only run the executable (diff)
downloadudev-gentoo-scripts-6a10b73a93c0e4fc39725675b712783e1cc77f8b.tar.gz
udev-gentoo-scripts-6a10b73a93c0e4fc39725675b712783e1cc77f8b.tar.bz2
udev-gentoo-scripts-6a10b73a93c0e4fc39725675b712783e1cc77f8b.zip
increment version
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0543ef7..a1c37cf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = udev-init-scripts
-VERSION = 20
+VERSION = 21
DISTNAME = $(PACKAGE)-$(VERSION)
LIBUDEV ?= $(shell pkg-config udev --variable=udevdir)