summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--src/gudev/Makefile.am6
-rw-r--r--src/libudev/Makefile.am4
3 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 82b8dab1ee..ee70d4c868 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.68])
-AC_INIT([eudev],[1.5.3],[https://github.com/gentoo/eudev/issues])
-AC_SUBST(UDEV_VERSION, 211)
+AC_INIT([eudev],[1.6],[https://github.com/gentoo/eudev/issues])
+AC_SUBST(UDEV_VERSION, 212)
AC_CONFIG_SRCDIR([src/udev/udevd.c])
AC_USE_SYSTEM_EXTENSIONS
diff --git a/src/gudev/Makefile.am b/src/gudev/Makefile.am
index 00ed5356d7..98fd60e90a 100644
--- a/src/gudev/Makefile.am
+++ b/src/gudev/Makefile.am
@@ -1,8 +1,8 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-LIBGUDEV_CURRENT=1
-LIBGUDEV_REVISION=2
-LIBGUDEV_AGE=1
+LIBGUDEV_CURRENT=2
+LIBGUDEV_REVISION=0
+LIBGUDEV_AGE=2
libgudev_include_HEADERS = \
gudev.h \
diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am
index 84d018ae03..8ad49484ef 100644
--- a/src/libudev/Makefile.am
+++ b/src/libudev/Makefile.am
@@ -1,8 +1,8 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-LIBUDEV_CURRENT=4
+LIBUDEV_CURRENT=5
LIBUDEV_REVISION=0
-LIBUDEV_AGE=3
+LIBUDEV_AGE=4
define move-to-rootlibdir
if test "$(libdir)" != "$(rootlibdir)"; then \