Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0e8ab3a

Browse files
author
PostgreSQL Daemon
committed
let's roll up rc2 ..
1 parent 974135a commit 0e8ab3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
615615
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
616616

617617

618-
VERSION='7.2rc1'
618+
VERSION='7.2rc2'
619619

620620
cat >> confdefs.h <<EOF
621621
#define PG_VERSION "$VERSION"
@@ -1481,7 +1481,7 @@ else
14811481
if { (eval echo configure:1482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
14821482
for file in conftest.*; do
14831483
case $file in
1484-
*.c | *.o | *.obj) ;;
1484+
*.c | *.C | *.o | *.obj) ;;
14851485
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
14861486
esac
14871487
done

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
2828
AC_PREREQ(2.13)
2929
AC_CONFIG_AUX_DIR(config)
3030

31-
VERSION='7.2rc1'
31+
VERSION='7.2rc2'
3232
AC_SUBST(VERSION)
3333
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
3434

0 commit comments

Comments
 (0)