summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-02-17 01:37:33 +0100
committerLennart Poettering <lennart@poettering.net>2011-02-17 01:37:37 +0100
commit91c73e774a033b6399624d8d5991543c70623ee0 (patch)
tree8cfa869898c4b9c555c171a4790f92e076304acb
parentf19bd45476536439b0f9fe01808f5d118238c5b1 (diff)
build-sys: post release version bump
-rw-r--r--NEWS6
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3d56f7d..81c3225 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
==============
+Version 0.4.4
+==============
+
+ * systemd fixes (Lennart Poettering)
+
+==============
Version 0.4.3
==============
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
-