projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b5d8e6
)
tag as beta 5 for *hopefully* a very very short beta cycle on this one?
REL7_2_BETA5
author
PostgreSQL Daemon
Mon, 14 Jan 2002 13:15:28 +0000
(13:15 +0000)
committer
PostgreSQL Daemon
Mon, 14 Jan 2002 13:15:28 +0000
(13:15 +0000)
configure
patch
|
blob
|
blame
|
history
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index b8ba5dec45b1bb8b05105a6736f350d073879dea..067b2527d39994f94590de01872492f5ff53085e 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.2b
4
'
+VERSION='7.2b
5
'
cat >> confdefs.h <
#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
diff --git
a/configure.in
b/configure.in
index 9c25d39ba56a3bedf5436fc6a068cdff0f2eb856..37c688ad21e5d9ebc05e7f3793aaf59e70b2aea9 100644
(file)
--- 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.2b
4
'
+VERSION='7.2b
5
'
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")