File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
615615ac_configure=$ac_aux_dir /configure # This should be Cygnus configure.
616616
617617
618- VERSION=' 7.2 '
618+ VERSION=' 7.3devel '
619619
620620cat >> confdefs.h << EOF
621621#define PG_VERSION "$VERSION "
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
2828AC_PREREQ(2.13)
2929AC_CONFIG_AUX_DIR(config)
3030
31- VERSION='7.2 '
31+ VERSION='7.3devel '
3232AC_SUBST(VERSION)
3333AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
3434
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ Update this file to propagate correct current version numbers to the
33documentation. In text, use for example &version; to refer to them.
44-->
55
6- <!entity version "7.2 ">
7- <!entity majorversion "7.2 ">
6+ <!entity version "7.3devel ">
7+ <!entity majorversion "7.3 ">
You can’t perform that action at this time.
0 commit comments