summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-08-19 22:45:53 +0200
committerLennart Poettering <lennart@poettering.net>2014-08-19 22:45:53 +0200
commitd5a169aaee81246262a83cef2a0295ea5d1e7e40 (patch)
treef4fe6661292f617c426ffd07f312243beec33339
parent5755381f53ab52d22d20a711c219f7de3ba62397 (diff)
build-sys: update versions for upcoming release
-rw-r--r--Makefile.am10
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index d4d577547..4028112a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,17 +35,17 @@ SUBDIRS = . po
# Keep the test-suite.log
.PRECIOUS: $(TEST_SUITE_LOG) Makefile
-LIBUDEV_CURRENT=6
+LIBUDEV_CURRENT=7
LIBUDEV_REVISION=0
-LIBUDEV_AGE=5
+LIBUDEV_AGE=6
LIBGUDEV_CURRENT=2
LIBGUDEV_REVISION=0
LIBGUDEV_AGE=2
-LIBSYSTEMD_CURRENT=3
-LIBSYSTEMD_REVISION=1
-LIBSYSTEMD_AGE=3
+LIBSYSTEMD_CURRENT=4
+LIBSYSTEMD_REVISION=0
+LIBSYSTEMD_AGE=4
# 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 83ba33d76..18b719856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([systemd],
- [215],
+ [216],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])