From 43091729467d42f04354cf49784cd26565433e92 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Jun 2017 23:11:26 +0200 Subject: [PATCH] build-sys: bump versions in prepare for v234 --- Makefile.am | 4 ++-- configure.ac | 2 +- meson.build | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index c61f371..04cb836 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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@ diff --git a/configure.ac b/configure.ac index 379f617..754615e 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/meson.build b/meson.build index af68a2f..a301454 100644 --- a/meson.build +++ b/meson.build @@ -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], -- 2.7.4