diff options
author | Marc G. Fournier <scrappy@hub.org> | 2001-03-16 21:29:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2001-03-16 21:29:15 +0000 |
commit | afa7b190d2d9ea4ca265dae545a767cd140fcb20 (patch) | |
tree | 291acb9222ce1c90a39994cf894f0c413224515e | |
parent | 10a4e0c2ebf5fca43b7cfedcd806efd5f0eaf989 (diff) | |
download | postgresql-afa7b190d2d9ea4ca265dae545a767cd140fcb20.tar.gz postgresql-afa7b190d2d9ea4ca265dae545a767cd140fcb20.zip |
upgrade version to beta6
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index d93e0fb8b6b..e5fa55f6261 100755 --- a/configure +++ b/configure @@ -609,7 +609,7 @@ ac_config_sub=$ac_aux_dir/config.sub ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. -VERSION='7.1beta5' +VERSION='7.1beta6' cat >> confdefs.h <<EOF #define PG_VERSION "$VERSION" diff --git a/configure.in b/configure.in index fd9f22820b5..b9a2bfea669 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h) AC_PREREQ(2.13) AC_CONFIG_AUX_DIR(config) -VERSION='7.1beta5' +VERSION='7.1beta6' AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") |