summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-24 15:42:21 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-24 15:44:38 +0200
commit9262a519468491c80df2998eda238e2ac86a810d (patch)
tree2dd5882113f84f8e13e8e16f6faab85c964df8d6
parent6b197f2a03fa03a2a853cf726d47be2ea4c623b6 (diff)
build-sys: prepare release 183
-rw-r--r--Makefile.am12
-rw-r--r--configure.ac3
-rw-r--r--src/journal/libsystemd-journal.sym2
3 files changed, 9 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 65a28983b0..dad97ca45b 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 e651e44173..db25243146 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 3ebcd28aa1..74bd298fdc 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;