File tree 3 files changed +4
-4
lines changed
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
615
615
ac_configure=$ac_aux_dir /configure # This should be Cygnus configure.
616
616
617
617
618
- VERSION=' 7.2 '
618
+ VERSION=' 7.3devel '
619
619
620
620
cat >> confdefs.h << EOF
621
621
#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)
28
28
AC_PREREQ(2.13)
29
29
AC_CONFIG_AUX_DIR(config)
30
30
31
- VERSION='7.2 '
31
+ VERSION='7.3devel '
32
32
AC_SUBST(VERSION)
33
33
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
34
34
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
3
3
documentation. In text, use for example &version; to refer to them.
4
4
-->
5
5
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