From: PostgreSQL Daemon Date: Mon, 14 Jan 2002 13:15:28 +0000 (+0000) Subject: tag as beta 5 for *hopefully* a very very short beta cycle on this one? X-Git-Tag: REL9_0_0~18553 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=da83ecb64eab68322740c8cfb4481e3b708d20a2;p=pg-rex%2Fsyncrep.git tag as beta 5 for *hopefully* a very very short beta cycle on this one? --- diff --git a/configure b/configure index b8ba5dec45..067b2527d3 100755 --- 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.2b4' +VERSION='7.2b5' cat >> confdefs.h <&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 diff --git a/configure.in b/configure.in index 9c25d39ba5..37c688ad21 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h) AC_PREREQ(2.13) AC_CONFIG_AUX_DIR(config) -VERSION='7.2b4' +VERSION='7.2b5' AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")