diff options
author | reinelt <> | 2000-03-22 07:33:50 +0000 |
---|---|---|
committer | reinelt <> | 2000-03-22 07:33:50 +0000 |
commit | 26521bed933853a430ccb086524bd5bb9d2a78ba (patch) | |
tree | 78359df06662d6d2a440f2aac1408b91b3d571fd /configure | |
parent | eba1b69ca09ac69949ae0d76fd7d1738c680c70a (diff) | |
download | lcd4linux-26521bed933853a430ccb086524bd5bb9d2a78ba.tar.gz |
[lcd4linux @ 2000-03-22 07:33:50 by reinelt]
FAQ added
new modules 'processor.c' contains all data processing
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.92 +VERSION=0.94 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 b195cb6..b960e10 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.92) +AM_INIT_AUTOMAKE(lcd4linux, 0.94) dnl Checks for programs. AC_PROG_CC |