From: Lennart Poettering Date: Tue, 28 Oct 2014 14:29:36 +0000 (+0100) Subject: build-sys: bump library versions in preparation for 217 release X-Git-Tag: v217~13 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cfc59d713d6d8e4536c4103368a9a48ca6cea833;p=elogind.git build-sys: bump library versions in preparation for 217 release --- diff --git a/Makefile.am b/Makefile.am index fc86b4596..df5d73bf8 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