build: bump version numbers

System Internals / systemd - David Herrmann [gmail.com] - 18 November 2015 01:59 UTC

Prepare for v228 release and bump version numbers.

###

diff --git a/Makefile.am b/Makefile.am
index 5652a89..437905c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7
LIBUDEV_REVISION=4
LIBUDEV_AGE=6

-LIBSYSTEMD_CURRENT=12
+LIBSYSTEMD_CURRENT=13
LIBSYSTEMD_REVISION=0
-LIBSYSTEMD_AGE=12
+LIBSYSTEMD_AGE=13

# The following four libraries only exist for compatibility reasons,
# their version info should not be bumped anymore
diff --git a/NEWS b/NEWS
index 49862b3..006aef5 100644
--- a/NEWS
+++ b/NEWS
@@ -188,7 +188,7 @@ CHANGES WITH 228:
Tom Gundersen, Torstein Husebø, Vito Caputo, Zbigniew
Jędrzejewski-Szmek

- -- Berlin, 2015-11-XX
+ -- Berlin, 2015-11-18

CHANGES WITH 227:

diff --git a/configure.ac b/configure.ac
index c96b9fb..ec30ff1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])

AC_INIT([systemd],
- [227],
+ [228],
[http://github.com/systemd/systemd/issues],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])

dd050de build: bump version numbers
Makefile.am | 4 ++--
NEWS | 2 +-
configure.ac | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

Upstream: github.com


  • Share