[systemd-commits] Makefile.am configure.ac
Lennart Poettering
lennart at kemper.freedesktop.org
Thu May 21 11:10:36 PDT 2015
Makefile.am | 6 +++---
configure.ac | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 4f9bca639a806e235173ec08e01de8bdcec82f81
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu May 21 20:10:26 2015 +0200
build-sys: bump library and package versions
diff --git a/Makefile.am b/Makefile.am
index 5f58a1c..090c84c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,16 +39,16 @@ SUBDIRS = . po
.PRECIOUS: $(TEST_SUITE_LOG) Makefile
LIBUDEV_CURRENT=7
-LIBUDEV_REVISION=2
+LIBUDEV_REVISION=3
LIBUDEV_AGE=6
LIBGUDEV_CURRENT=2
LIBGUDEV_REVISION=0
LIBGUDEV_AGE=2
-LIBSYSTEMD_CURRENT=6
+LIBSYSTEMD_CURRENT=7
LIBSYSTEMD_REVISION=0
-LIBSYSTEMD_AGE=6
+LIBSYSTEMD_AGE=7
# The following four libraries only exist for compatibility reasons,
# their version info should not be bumped anymore
diff --git a/configure.ac b/configure.ac
index 70e594d..48cedb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([systemd],
- [219],
+ [220],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])
More information about the systemd-commits
mailing list