From 5e035031265aef8608fd32a31897240a3aff3d8d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter_e@gmx.net> Date: Mon, 18 Feb 2002 21:46:17 +0000 Subject: [PATCH] Set version to 7.3devel. --- configure | 2 +- configure.in | 2 +- doc/src/sgml/version.sgml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 288748baa7a..510fa772cca 100755 --- 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.2' +VERSION='7.3devel' cat >> confdefs.h <<EOF #define PG_VERSION "$VERSION" diff --git a/configure.in b/configure.in index c3c99146a78..e645353d14b 100644 --- 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.2' +VERSION='7.3devel' AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") diff --git a/doc/src/sgml/version.sgml b/doc/src/sgml/version.sgml index 3e010bfb4db..94f173eb49f 100644 --- a/doc/src/sgml/version.sgml +++ b/doc/src/sgml/version.sgml @@ -3,5 +3,5 @@ Update this file to propagate correct current version numbers to the documentation. In text, use for example &version; to refer to them. --> -<!entity version "7.2"> -<!entity majorversion "7.2"> +<!entity version "7.3devel"> +<!entity majorversion "7.3"> -- GitLab