From 441d5c2b390cd4a1fbd0f460bf23298f42d7edac Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 19 Jun 2014 19:58:05 -0400 Subject: configure.ac: bump to 1.8 = upstream 214 Signed-off-by: Anthony G. Basile --- configure.ac | 4 ++-- src/libudev/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 2507abd0f3..541c7346e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[1.7],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 213) +AC_INIT([eudev],[1.8],[https://github.com/gentoo/eudev/issues]) +AC_SUBST(UDEV_VERSION, 214) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am index c9c4d42fb8..35f5be2c28 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} LIBUDEV_CURRENT=5 -LIBUDEV_REVISION=0 +LIBUDEV_REVISION=1 LIBUDEV_AGE=4 define move-to-rootlibdir -- cgit v1.2.3-54-g00ecf