diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-05-21 17:58:30 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-05-21 18:31:29 -0400 |
commit | 469978a82473864ed15e82bb50160df7b0613cc7 (patch) | |
tree | dcad295e07e0be3e1c70066a1c084b963cb17d6c | |
parent | 46e40fab2bcddff50662b702b546a15f2e86a15f (diff) |
build-sys: bump so version
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index f9d2093a1c..305099ab66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7 LIBUDEV_REVISION=4 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=14 +LIBSYSTEMD_CURRENT=15 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=14 +LIBSYSTEMD_AGE=15 # Dirs of external packages dbuspolicydir=@dbuspolicydir@ diff --git a/configure.ac b/configure.ac index d6320d2022..329861a291 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [229], + [230], [http://github.com/systemd/systemd/issues], [systemd], [http://www.freedesktop.org/wiki/Software/systemd]) |