diff options
author | reinelt <> | 2003-02-27 07:48:57 +0000 |
---|---|---|
committer | reinelt <> | 2003-02-27 07:48:57 +0000 |
commit | 898186678d7b2680f915cd1c3cca57bd27333f72 (patch) | |
tree | 5b4ab2b415323ba46e35a4b85850df9b5a1277f8 /configure.in | |
parent | 5dbfc49efa3d58bea88427e0aeded9adac62c12d (diff) | |
download | lcd4linux-898186678d7b2680f915cd1c3cca57bd27333f72.tar.gz |
[lcd4linux @ 2003-02-27 07:48:57 by reinelt]
changed versioning scheme from 0.99 to 0.9.9
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 2a22440..3d052a4 100644 --- a/configure.in +++ b/configure.in @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([LCD4Linux],[0.99],[reinelt@eunet.at]) +AC_INIT([LCD4Linux],[0.9.9],[reinelt@eunet.at]) AC_CONFIG_SRCDIR([lcd4linux.c]) -AM_INIT_AUTOMAKE(lcd4linux,0.99) +AM_INIT_AUTOMAKE(lcd4linux,0.9.9) AM_CONFIG_HEADER(config.h) # Checks for programs. |