From: Lennart Poettering Date: Tue, 7 Feb 2012 02:32:03 +0000 (+0100) Subject: build-sys: bump release X-Git-Tag: v40~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a7b8bd24b743d5d1c4e46c61d6145e96501a13;p=systemd build-sys: bump release --- diff --git a/Makefile.am b/Makefile.am index 54736237..f1f975fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ LIBSYSTEMD_LOGIN_REVISION=1 LIBSYSTEMD_LOGIN_AGE=1 LIBSYSTEMD_DAEMON_CURRENT=0 -LIBSYSTEMD_DAEMON_REVISION=0 +LIBSYSTEMD_DAEMON_REVISION=1 LIBSYSTEMD_DAEMON_AGE=0 LIBSYSTEMD_ID128_CURRENT=0 diff --git a/configure.ac b/configure.ac index 37814de6..b44c3450 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[39],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[40],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h])