aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-04-10 04:40:53 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-04-10 04:40:53 +0000
commit66d30deaa9b4b9bb575560b69e811265eebbffec (patch)
tree2d3531eab7555b6ea97e6ba3537872cda134940c /configure
parenta3e3fa4aafc6404907419bf9652a32cc1d7d54cf (diff)
downloadlcd4linux-66d30deaa9b4b9bb575560b69e811265eebbffec.tar.gz
[lcd4linux @ 2000-04-10 04:40:53 by reinelt]
minor changes and cleanups git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@42 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2058fc0..3baaac2 100755
--- a/configure
+++ b/configure
@@ -693,7 +693,7 @@ fi
PACKAGE=lcd4linux
-VERSION=0.96a
+VERSION=0.97
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/configure.in b/configure.in
index f5ae8e2..fbc3775 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(lcd4linux.c)
-AM_INIT_AUTOMAKE(lcd4linux, 0.96a)
+AM_INIT_AUTOMAKE(lcd4linux, 0.97)
dnl Checks for programs.
AC_PROG_AWK