diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-04-01 16:22:38 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-04-01 16:22:38 +0000 |
commit | 194757539bf5f48d105f2739502c8b91af650ec8 (patch) | |
tree | df480393832682f2a85968d30024b34c43d6766a /configure | |
parent | 6104a8cef9a1a0e88fe95a23d17447e14d33d2ea (diff) | |
download | lcd4linux-194757539bf5f48d105f2739502c8b91af650ec8.tar.gz |
[lcd4linux @ 2000-04-01 16:22:38 by reinelt]
bug that caused a segfault in processor.c fixed (thanks to herp)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@29 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -693,7 +693,7 @@ fi PACKAGE=lcd4linux -VERSION=0.95 +VERSION=0.96 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 a184683..0283d38 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.95) +AM_INIT_AUTOMAKE(lcd4linux, 0.96) dnl Checks for programs. AC_PROG_AWK |