diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-16 01:57:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-16 01:57:47 +0100 |
commit | 16f1239e1ece27257c0deedcf01aa39474f66241 (patch) | |
tree | 1eb028b681f0f505e623d7a1944e82162863620f /Makefile.am | |
parent | 5ee9f21e86bb6a06d3eb956546f85338e81395e6 (diff) |
build-sys: prepare release 44systemd/v44
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 5d987147b3..079c1184a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = po LIBSYSTEMD_LOGIN_CURRENT=2 -LIBSYSTEMD_LOGIN_REVISION=0 +LIBSYSTEMD_LOGIN_REVISION=1 LIBSYSTEMD_LOGIN_AGE=2 LIBSYSTEMD_DAEMON_CURRENT=0 @@ -29,11 +29,11 @@ LIBSYSTEMD_DAEMON_REVISION=1 LIBSYSTEMD_DAEMON_AGE=0 LIBSYSTEMD_ID128_CURRENT=0 -LIBSYSTEMD_ID128_REVISION=2 +LIBSYSTEMD_ID128_REVISION=3 LIBSYSTEMD_ID128_AGE=0 LIBSYSTEMD_JOURNAL_CURRENT=0 -LIBSYSTEMD_JOURNAL_REVISION=2 +LIBSYSTEMD_JOURNAL_REVISION=3 LIBSYSTEMD_JOURNAL_AGE=0 # Dirs of external packages |