diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-28 15:29:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-28 15:29:36 +0100 |
commit | cfc59d713d6d8e4536c4103368a9a48ca6cea833 (patch) | |
tree | 037a402a9f77a4542c1c24a81081b3c374db7d82 /Makefile.am | |
parent | 4b08dd87eebb4b634bdd5708ac1ba68dcee205b3 (diff) |
build-sys: bump library versions in preparation for 217 release
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 |