diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-29 03:15:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-29 03:15:20 +0200 |
commit | fd42f6e020de94d11b3cc6bcff6bfc6af23c8aa9 (patch) | |
tree | 01878413a95bcfc7dd58688964b5737f3d3c246c | |
parent | d60ef5265063914ca1502e56f77fd7d70e975da3 (diff) |
build-sys: prepare new release
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 15349a1aef..b526183300 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = po LIBSYSTEMD_LOGIN_CURRENT=0 -LIBSYSTEMD_LOGIN_REVISION=0 +LIBSYSTEMD_LOGIN_REVISION=1 LIBSYSTEMD_LOGIN_AGE=0 LIBSYSTEMD_DAEMON_CURRENT=0 diff --git a/configure.ac b/configure.ac index a551d23672..2641de6f41 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[31],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[32],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) |