From: Lennart Poettering Date: Thu, 25 Aug 2011 15:02:33 +0000 (+0200) Subject: build-sys: bump version X-Git-Tag: v34^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=66be5eda80a334eacb83b13590fdfbabc7efe5e9 build-sys: bump version --- diff --git a/Makefile.am b/Makefile.am index 862bb015e..56446b011 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = po LIBSYSTEMD_LOGIN_CURRENT=0 -LIBSYSTEMD_LOGIN_REVISION=2 +LIBSYSTEMD_LOGIN_REVISION=3 LIBSYSTEMD_LOGIN_AGE=0 LIBSYSTEMD_DAEMON_CURRENT=0 diff --git a/configure.ac b/configure.ac index 226480ea5..bc9818036 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[33],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[34],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h])