diff --git a/configure.ac b/configure.ac index 476132c..32d0f2b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT([logkeys],[0.1.1a],[kerncece+logkeys@gmail.com],[],[http://code.google.com/p/logkeys/]) +AC_INIT([logkeys],[0.1.1b-svn],[kerncece+logkeys@gmail.com],[],[http://code.google.com/p/logkeys/]) AC_CONFIG_SRCDIR([src/logkeys.cc]) AM_INIT_AUTOMAKE([-Wall foreign]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/logkeys.cc b/src/logkeys.cc index d3e6309..61c7eb2 100644 --- a/src/logkeys.cc +++ b/src/logkeys.cc @@ -29,7 +29,7 @@ #endif #ifndef PACKAGE_VERSION -# define PACKAGE_VERSION "0.1.0" // if PACKAGE_VERSION wasn't defined in +# define PACKAGE_VERSION "0.1.2" // if PACKAGE_VERSION wasn't defined in #endif // the following path-to-executable macros should be defined in config.h;