summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-10-28 15:29:36 +0100
committerLennart Poettering <lennart@poettering.net>2014-10-28 15:29:36 +0100
commitcfc59d713d6d8e4536c4103368a9a48ca6cea833 (patch)
tree037a402a9f77a4542c1c24a81081b3c374db7d82
parent4b08dd87eebb4b634bdd5708ac1ba68dcee205b3 (diff)
downloadsystemd-cfc59d713d6d8e4536c4103368a9a48ca6cea833.tar.gz
build-sys: bump library versions in preparation for 217 release
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index fc86b4596c..df5d73bf87 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,16 +39,16 @@ SUBDIRS = . po
.PRECIOUS: $(TEST_SUITE_LOG) Makefile
LIBUDEV_CURRENT=7
-LIBUDEV_REVISION=0
+LIBUDEV_REVISION=1
LIBUDEV_AGE=6
LIBGUDEV_CURRENT=2
LIBGUDEV_REVISION=0
LIBGUDEV_AGE=2
-LIBSYSTEMD_CURRENT=4
+LIBSYSTEMD_CURRENT=5
LIBSYSTEMD_REVISION=0
-LIBSYSTEMD_AGE=4
+LIBSYSTEMD_AGE=5
# The following four libraries only exist for compatibility reasons,
# their version info should not be bumped anymore