]> granicus.if.org Git - postgresql/commitdiff
tag it as b4, with all the changes that have gone on ... REL7_2_BETA4
authorPostgreSQL Daemon <webmaster@postgresql.org>
Wed, 12 Dec 2001 13:30:12 +0000 (13:30 +0000)
committerPostgreSQL Daemon <webmaster@postgresql.org>
Wed, 12 Dec 2001 13:30:12 +0000 (13:30 +0000)
configure
configure.in

index dbc4b2b06c2b5daa3f2a00db0a82299f4befc638..82cbd4e6d6584cd63eecdbfb6cf7d8aa42d410aa 100755 (executable)
--- a/configure
+++ b/configure
@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
 
 
-VERSION='7.2b3'
+VERSION='7.2b4'
 
 cat >> confdefs.h <<EOF
 #define PG_VERSION "$VERSION"
@@ -1481,7 +1481,7 @@ else
   if { (eval echo configure:1482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     for file in conftest.*; do
       case $file in
-      *.c | *.o | *.obj) ;;
+      *.c | *.C | *.o | *.obj) ;;
       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
       esac
     done
index 75630b7349fedbaeadc0ace2ad1f5c30713b78a9..e4c174828a2e2f0c0f7095dd651597f907055f1a 100644 (file)
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
 AC_PREREQ(2.13)
 AC_CONFIG_AUX_DIR(config)
 
-VERSION='7.2b3'
+VERSION='7.2b4'
 AC_SUBST(VERSION)
 AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")