From 740eb51aadc243f8155342bbf7acbd27a5fdec54 Mon Sep 17 00:00:00 2001 From: kernc Date: Mon, 30 Jan 2012 21:42:09 +0000 Subject: [PATCH] updated version string so it reflects SVN git-svn-id: https://logkeys.googlecode.com/svn/trunk@94 c501e62c-e7d1-11de-a198-37193048d1ed --- configure.ac | 2 +- src/logkeys.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;