diff options
| -rw-r--r-- | configure.ac | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8de3d24..8710a01 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.59c)  AC_INIT([ConsoleKit], -        [0.3.1], +        [0.3.0],          [https://bugs.freedesktop.org/enter_bug.cgi?product=ConsoleKit],          [ConsoleKit]) @@ -441,4 +441,4 @@ if test x${have_polkit} = xno -a x${msg_rbac_shutdown} = xno; then     echo "         a huge SECURITY HOLE. I repeat: YOU NEED TO EDIT THE FILE"     echo "         ConsoleKit.conf to match your distro/site to avoid NASTY SECURITY HOLES."     echo "" -fi
\ No newline at end of file +fi  | 
