diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-07-06 08:00:08 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-07-06 08:00:08 -0400 |
commit | a51173a35ee70c5e4a54243ee02aacfb11f8c3f8 (patch) | |
tree | e8ccb0ed83516e727dec27309edfd118155ef787 | |
parent | 368ad52438ffe82744dfd9c02a3556045261f7c2 (diff) |
configure.ac: bump to 1.9 = upstream 215eudev/v1.9
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0fefedf06b..ed0635e685 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[1.8],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 214) +AC_INIT([eudev],[1.9],[https://github.com/gentoo/eudev/issues]) +AC_SUBST(UDEV_VERSION, 215) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS |