[systemd-commits] Makefile.am configure.ac src/journal

Lennart Poettering lennart at kemper.freedesktop.org
Thu May 24 06:45:04 PDT 2012


 Makefile.am                        |   12 ++++++------
 configure.ac                       |    3 ++-
 src/journal/libsystemd-journal.sym |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

New commits:
commit 9262a519468491c80df2998eda238e2ac86a810d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu May 24 15:42:21 2012 +0200

    build-sys: prepare release 183

diff --git a/Makefile.am b/Makefile.am
index 65a2898..dad97ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,20 +32,20 @@ LIBGUDEV_REVISION=1
 LIBGUDEV_AGE=1
 
 LIBSYSTEMD_LOGIN_CURRENT=2
-LIBSYSTEMD_LOGIN_REVISION=1
+LIBSYSTEMD_LOGIN_REVISION=2
 LIBSYSTEMD_LOGIN_AGE=2
 
 LIBSYSTEMD_DAEMON_CURRENT=0
-LIBSYSTEMD_DAEMON_REVISION=1
+LIBSYSTEMD_DAEMON_REVISION=2
 LIBSYSTEMD_DAEMON_AGE=0
 
 LIBSYSTEMD_ID128_CURRENT=0
-LIBSYSTEMD_ID128_REVISION=3
+LIBSYSTEMD_ID128_REVISION=4
 LIBSYSTEMD_ID128_AGE=0
 
-LIBSYSTEMD_JOURNAL_CURRENT=0
-LIBSYSTEMD_JOURNAL_REVISION=3
-LIBSYSTEMD_JOURNAL_AGE=0
+LIBSYSTEMD_JOURNAL_CURRENT=1
+LIBSYSTEMD_JOURNAL_REVISION=0
+LIBSYSTEMD_JOURNAL_AGE=1
 
 # Dirs of external packages
 dbuspolicydir=@dbuspolicydir@
diff --git a/configure.ac b/configure.ac
index e651e44..db25243 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,4 @@
+
 #  This file is part of systemd.
 #
 #  Copyright 2010-2012 Lennart Poettering
@@ -19,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [182],
+        [183],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])
diff --git a/src/journal/libsystemd-journal.sym b/src/journal/libsystemd-journal.sym
index 3ebcd28..74bd298 100644
--- a/src/journal/libsystemd-journal.sym
+++ b/src/journal/libsystemd-journal.sym
@@ -44,7 +44,7 @@ local:
         *;
 };
 
-LIBSYSTEMD_JOURNAL_45 {
+LIBSYSTEMD_JOURNAL_183 {
 global:
         sd_journal_print_with_location;
         sd_journal_printv_with_location;



More information about the systemd-commits mailing list