Skip to content

Commit

Permalink
tag it as b4, with all the changes that have gone on ...
Browse files Browse the repository at this point in the history
  • Loading branch information
PostgreSQL Daemon committed Dec 12, 2001
1 parent 990eb85 commit 219b4b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 219b4b2

Please sign in to comment.