build-sys: bump release

This commit is contained in:
Lennart Poettering 2012-01-25 01:07:31 +01:00
parent 220a21d38f
commit 7f62569d70
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = po
LIBSYSTEMD_LOGIN_CURRENT=1
LIBSYSTEMD_LOGIN_REVISION=0
LIBSYSTEMD_LOGIN_REVISION=1
LIBSYSTEMD_LOGIN_AGE=1
LIBSYSTEMD_DAEMON_CURRENT=0
@ -29,11 +29,11 @@ LIBSYSTEMD_DAEMON_REVISION=0
LIBSYSTEMD_DAEMON_AGE=0
LIBSYSTEMD_ID128_CURRENT=0
LIBSYSTEMD_ID128_REVISION=0
LIBSYSTEMD_ID128_REVISION=1
LIBSYSTEMD_ID128_AGE=0
LIBSYSTEMD_JOURNAL_CURRENT=0
LIBSYSTEMD_JOURNAL_REVISION=0
LIBSYSTEMD_JOURNAL_REVISION=1
LIBSYSTEMD_JOURNAL_AGE=0
# Dirs of external packages

View file

@ -17,7 +17,7 @@
AC_PREREQ(2.63)
AC_INIT([systemd],[38],[systemd-devel@lists.freedesktop.org])
AC_INIT([systemd],[39],[systemd-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])