diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-02-21 14:01:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-02-21 14:01:09 +0100 |
commit | e7034ee0ad33768551bfb946ca093ff686628df1 (patch) | |
tree | eb540fff5a756c6cfda95b419b52db75108bc0a8 /Makefile.am | |
parent | d08ee7cbea47d800ed2aeaf54b725f691892f40b (diff) |
build-sys: bump package version
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 2f53ae8b22..292f63c408 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,12 +39,12 @@ SUBDIRS = . po .PRECIOUS: $(TEST_SUITE_LOG) Makefile LIBUDEV_CURRENT=7 -LIBUDEV_REVISION=5 +LIBUDEV_REVISION=6 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=17 +LIBSYSTEMD_CURRENT=18 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=17 +LIBSYSTEMD_AGE=18 # Dirs of external packages dbuspolicydir=@dbuspolicydir@ |