1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

build-sys: bump versions in prepare for v234

This commit is contained in:
Lennart Poettering 2017-06-27 23:11:26 +02:00
parent 4b4da299a6
commit 4309172946
3 changed files with 5 additions and 5 deletions

View File

@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7
LIBUDEV_REVISION=6 LIBUDEV_REVISION=6
LIBUDEV_AGE=6 LIBUDEV_AGE=6
LIBSYSTEMD_CURRENT=18 LIBSYSTEMD_CURRENT=19
LIBSYSTEMD_REVISION=0 LIBSYSTEMD_REVISION=0
LIBSYSTEMD_AGE=18 LIBSYSTEMD_AGE=19
# Dirs of external packages # Dirs of external packages
dbuspolicydir=@dbuspolicydir@ dbuspolicydir=@dbuspolicydir@

View File

@ -20,7 +20,7 @@
AC_PREREQ([2.64]) AC_PREREQ([2.64])
AC_INIT([systemd], AC_INIT([systemd],
[233], [234],
[https://github.com/systemd/systemd/issues], [https://github.com/systemd/systemd/issues],
[systemd], [systemd],
[https://www.freedesktop.org/wiki/Software/systemd]) [https://www.freedesktop.org/wiki/Software/systemd])

View File

@ -1,5 +1,5 @@
project('systemd', 'c', project('systemd', 'c',
version : '233', version : '234',
license : 'LGPLv2+', license : 'LGPLv2+',
default_options: [ default_options: [
'c_std=gnu99', 'c_std=gnu99',
@ -1105,7 +1105,7 @@ libsystemd = shared_library(
'systemd', 'systemd',
libsystemd_internal_sources, libsystemd_internal_sources,
journal_internal_sources, journal_internal_sources,
version : '0.18.0', version : '0.19.0',
include_directories : includes, include_directories : includes,
link_args : ['-shared', link_args : ['-shared',
'-Wl,--version-script=' + libsystemd_sym_path], '-Wl,--version-script=' + libsystemd_sym_path],