Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 460a9f8

Browse files
author
PostgreSQL Daemon
committed
jump version to beta3 ... beta2 was created and pulled due to a couple of large-ish bugs that Tom and Vadim were able to fix, but to avoid any confusion, beta2 was removed ... and for tag'ng purposes, beta3 is being created ...
1 parent eea348b commit 460a9f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ ac_config_sub=$ac_aux_dir/config.sub
607607
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
608608

609609

610-
VERSION='7.1beta2'
610+
VERSION='7.1beta3'
611611

612612
cat >> confdefs.h <<EOF
613613
#define PG_VERSION "$VERSION"

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
2828
AC_PREREQ(2.13)
2929
AC_CONFIG_AUX_DIR(config)
3030

31-
VERSION='7.1beta2'
31+
VERSION='7.1beta3'
3232
AC_SUBST(VERSION)
3333
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
3434

0 commit comments

Comments
 (0)