diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-02-11 14:59:18 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-02-11 14:59:18 -0500 |
commit | ff78357e5505d52f025b2f2d04420a90bf2e7699 (patch) | |
tree | 821f0c8e0403f324bce57714b8b67158f18de4e7 | |
parent | a886604b8ab1e790709427771bee5fed43a8a187 (diff) |
configure.ac: bump to 3.0 branch
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6668f3dd56..146ef75a15 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[2.2],[https://github.com/gentoo/eudev/issues]) +AC_INIT([eudev],[3.0],[https://github.com/gentoo/eudev/issues]) AC_SUBST(UDEV_VERSION, 217) AC_CONFIG_SRCDIR([src/udev/udevd.c]) |