updated version string so it reflects SVN

git-svn-id: https://logkeys.googlecode.com/svn/trunk@94 c501e62c-e7d1-11de-a198-37193048d1ed
This commit is contained in:
kernc 2012-01-30 21:42:09 +00:00
parent 59976aed4e
commit 740eb51aad
2 changed files with 2 additions and 2 deletions

View File

@ -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])

View File

@ -29,7 +29,7 @@
#endif
#ifndef PACKAGE_VERSION
# define PACKAGE_VERSION "0.1.0" // if PACKAGE_VERSION wasn't defined in <config.h>
# define PACKAGE_VERSION "0.1.2" // if PACKAGE_VERSION wasn't defined in <config.h>
#endif
// the following path-to-executable macros should be defined in config.h;