[systemd-commits] Makefile.am configure.ac
Lennart Poettering
lennart at kemper.freedesktop.org
Tue May 27 04:02:54 PDT 2014
Makefile.am | 6 +++---
configure.ac | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 76d4bef384ba8d1fbf1a8d44237012ce6292e519
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue May 27 19:02:22 2014 +0800
build-sys: bump package and library version
diff --git a/Makefile.am b/Makefile.am
index 4b60735..5b26bc3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ SUBDIRS = . po
.PRECIOUS: $(TEST_SUITE_LOG) Makefile
LIBUDEV_CURRENT=5
-LIBUDEV_REVISION=0
+LIBUDEV_REVISION=1
LIBUDEV_AGE=4
LIBGUDEV_CURRENT=2
@@ -59,9 +59,9 @@ LIBSYSTEMD_JOURNAL_CURRENT=11
LIBSYSTEMD_JOURNAL_REVISION=5
LIBSYSTEMD_JOURNAL_AGE=11
-LIBSYSTEMD_CURRENT=1
+LIBSYSTEMD_CURRENT=2
LIBSYSTEMD_REVISION=0
-LIBSYSTEMD_AGE=1
+LIBSYSTEMD_AGE=2
# Dirs of external packages
dbuspolicydir=@dbuspolicydir@
diff --git a/configure.ac b/configure.ac
index 0b82014..5133c12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([systemd],
- [212],
+ [213],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])
More information about the systemd-commits
mailing list