diff options
| author | William Jon McCann <jmccann@redhat.com> | 2008-07-30 20:56:22 -0400 | 
|---|---|---|
| committer | William Jon McCann <jmccann@redhat.com> | 2008-07-30 20:56:22 -0400 | 
| commit | 9555166f23499642b64b247bd7106287c5b415c2 (patch) | |
| tree | 983f8dd06625e617c8a8a20a69025ae3dba9d63a | |
| parent | 6e26aa3e9ae08b4c35539100d1605cd7c3f29a25 (diff) | |
undo0.3.0
| -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  | 
