]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: bump versions in prepare for v234
authorLennart Poettering <lennart@poettering.net>
Tue, 27 Jun 2017 21:11:26 +0000 (23:11 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 27 Jun 2017 21:11:26 +0000 (23:11 +0200)
Makefile.am
configure.ac
meson.build

index c61f371a8ee87ac7488b50e63d90d6b607004fbb..04cb8363ace2a730c9b9b92e08ae0b6a3c565692 100644 (file)
@@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7
 LIBUDEV_REVISION=6
 LIBUDEV_AGE=6
 
-LIBSYSTEMD_CURRENT=18
+LIBSYSTEMD_CURRENT=19
 LIBSYSTEMD_REVISION=0
-LIBSYSTEMD_AGE=18
+LIBSYSTEMD_AGE=19
 
 # Dirs of external packages
 dbuspolicydir=@dbuspolicydir@
index 379f617acf9c219696e826fd716758d103c3c724..754615ebb8fb3d91a859f8a5f2ba7b35b4009bb4 100644 (file)
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [233],
+        [234],
         [https://github.com/systemd/systemd/issues],
         [systemd],
         [https://www.freedesktop.org/wiki/Software/systemd])
index af68a2ff83a016ccc4eca3ef547dbb241b4d6246..a3014545b33d3c9a8f49b5e379a70f6b92117d3a 100644 (file)
@@ -1,5 +1,5 @@
 project('systemd', 'c',
-        version : '233',
+        version : '234',
         license : 'LGPLv2+',
         default_options: [
                 'c_std=gnu99',
@@ -1105,7 +1105,7 @@ libsystemd = shared_library(
         'systemd',
         libsystemd_internal_sources,
         journal_internal_sources,
-        version : '0.18.0',
+        version : '0.19.0',
         include_directories : includes,
         link_args : ['-shared',
                      '-Wl,--version-script=' + libsystemd_sym_path],