diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-21 20:10:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-21 20:10:26 +0200 |
commit | 4f9bca639a806e235173ec08e01de8bdcec82f81 (patch) | |
tree | 21f7253eb758334fa49320f7f42f51976dabf387 /Makefile.am | |
parent | cb7aa6569c9f25d8da3c23d124052bf216594e59 (diff) |
build-sys: bump library and package versions
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 5f58a1c0fa..090c84c01c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,16 +39,16 @@ SUBDIRS = . po .PRECIOUS: $(TEST_SUITE_LOG) Makefile LIBUDEV_CURRENT=7 -LIBUDEV_REVISION=2 +LIBUDEV_REVISION=3 LIBUDEV_AGE=6 LIBGUDEV_CURRENT=2 LIBGUDEV_REVISION=0 LIBGUDEV_AGE=2 -LIBSYSTEMD_CURRENT=6 +LIBSYSTEMD_CURRENT=7 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=6 +LIBSYSTEMD_AGE=7 # The following four libraries only exist for compatibility reasons, # their version info should not be bumped anymore |