From 5803c30ed226a4e5a4ab12e4d873c8a586ca8cf6 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 30 May 2015 06:53:04 -0400 Subject: configure.ac: bump udev to 220 and eudev to 3.1 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 750042a6aa..3c00597f09 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[3.0],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 219) +AC_INIT([eudev],[3.1],[https://github.com/gentoo/eudev/issues]) +AC_SUBST(UDEV_VERSION, 220) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am index c62bd75858..0edb8732d5 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} LIBUDEV_CURRENT=7 -LIBUDEV_REVISION=2 +LIBUDEV_REVISION=3 LIBUDEV_AGE=6 define move-to-rootlibdir -- cgit v1.2.3-54-g00ecf