From b1caa18f3f9d70407ecd1e1cb5a00dfe1294234c Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 17 Sep 2004 08:48:04 +0000 Subject: Bumped the version number to 3.3 --- configure | 6 +++--- configure.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index e40e2e1..1dfa6d5 100755 --- a/configure +++ b/configure @@ -646,8 +646,8 @@ fi #----------------------------------------------------------------------- MAJOR_VERSION=3 -MINOR_VERSION=2 -PATCHLEVEL=100 +MINOR_VERSION=3 +PATCHLEVEL=0 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCHLEVEL} @@ -1493,7 +1493,7 @@ else if { (eval echo configure:1494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.$ac_ext | *.c | *.o | *.obj) ;; + *.c | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done diff --git a/configure.in b/configure.in index e4e330b..c8a1ebb 100644 --- a/configure.in +++ b/configure.in @@ -46,8 +46,8 @@ TEA_INIT #----------------------------------------------------------------------- MAJOR_VERSION=3 -MINOR_VERSION=2 -PATCHLEVEL=100 +MINOR_VERSION=3 +PATCHLEVEL=0 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCHLEVEL} -- cgit v1.1