diff options
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 8 insertions, 1 deletions
@@ -0,0 +1,7 @@ +============= +Version 0.1.0 +============= + +  ConsoleKit + +        * First public release diff --git a/configure.ac b/configure.ac index dcb1ed1..29a2d72 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  dnl -*- mode: m4 -*-  AC_INIT([console-kit], -        [0.0.5], +        [0.1.0],          [mccann@jhu.edu])  AC_CONFIG_SRCDIR(src/ck-manager.c)  | 
