diff options
author | reinelt <> | 2000-03-13 15:58:24 +0000 |
---|---|---|
committer | reinelt <> | 2000-03-13 15:58:24 +0000 |
commit | c97b6d95897c59e2098e45ee58aab61ec3703d22 (patch) | |
tree | c72c000f26428a310cd2778e7c301ca24e026e09 /configure | |
parent | 4bb6b0d869fe0685a38ea33a5b0cd6e914aee1fe (diff) | |
download | lcd4linux-c97b6d95897c59e2098e45ee58aab61ec3703d22.tar.gz |
[lcd4linux @ 2000-03-13 15:58:24 by reinelt]
release 0.9
moved row parsing to parser.c
all basic work finished
Diffstat (limited to '')
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -691,7 +691,7 @@ fi PACKAGE=lcd4linux -VERSION=0.8 +VERSION=0.9 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 9c7ea3c..487344a 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.8) +AM_INIT_AUTOMAKE(lcd4linux, 0.9) dnl Checks for programs. AC_PROG_CC |