diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-06-18 00:28:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-06-18 00:28:41 +0200 |
commit | 561471314c1a55660063467422509352192e3408 (patch) | |
tree | adb86608239caf98242ca1e5b87ee650b7d0700a /Makefile.am | |
parent | bcf1097553f15d17665d036ea6d4803496cc3e26 (diff) |
build-sys: bump versions and sonames
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 7cc70445cc..7dc57b18da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,12 +39,12 @@ SUBDIRS = . po .PRECIOUS: $(TEST_SUITE_LOG) Makefile LIBUDEV_CURRENT=7 -LIBUDEV_REVISION=3 +LIBUDEV_REVISION=4 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=7 +LIBSYSTEMD_CURRENT=8 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=7 +LIBSYSTEMD_AGE=8 # The following four libraries only exist for compatibility reasons, # their version info should not be bumped anymore |