Commit 5e035031 authored by Peter Eisentraut's avatar Peter Eisentraut

Set version to 7.3devel.

parent 04802852
...@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub ...@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
VERSION='7.2' VERSION='7.3devel'
cat >> confdefs.h <<EOF cat >> confdefs.h <<EOF
#define PG_VERSION "$VERSION" #define PG_VERSION "$VERSION"
......
...@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h) ...@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
AC_PREREQ(2.13) AC_PREREQ(2.13)
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)
VERSION='7.2' VERSION='7.3devel'
AC_SUBST(VERSION) AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
......
...@@ -3,5 +3,5 @@ Update this file to propagate correct current version numbers to the ...@@ -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. documentation. In text, use for example &version; to refer to them.
--> -->
<!entity version "7.2"> <!entity version "7.3devel">
<!entity majorversion "7.2"> <!entity majorversion "7.3">
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment