diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-17 01:37:33 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-17 01:37:37 +0100 |
commit | 91c73e774a033b6399624d8d5991543c70623ee0 (patch) | |
tree | 8cfa869898c4b9c555c171a4790f92e076304acb /configure.ac | |
parent | f19bd45476536439b0f9fe01808f5d118238c5b1 (diff) | |
download | ConsoleKit2-91c73e774a033b6399624d8d5991543c70623ee0.tar.gz |
build-sys: post release version bump
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ad5d541..0efc489 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.59c) AC_INIT([ConsoleKit], - [0.4.4], + [0.4.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=ConsoleKit], [ConsoleKit]) @@ -457,4 +457,3 @@ if test x${have_polkit} = xno -a x${msg_rbac_shutdown} = xno; then echo " ConsoleKit.conf to match your distro/site to avoid NASTY SECURITY HOLES." echo "" fi - |