Skip to content

Commit 5e03503

Browse files
committed
Set version to 7.3devel.
1 parent 0480285 commit 5e03503

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ ac_config_sub=$ac_aux_dir/config.sub
615615
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
616616

617617

618-
VERSION='7.2'
618+
VERSION='7.3devel'
619619

620620
cat >> confdefs.h <<EOF
621621
#define PG_VERSION "$VERSION"

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
2828
AC_PREREQ(2.13)
2929
AC_CONFIG_AUX_DIR(config)
3030

31-
VERSION='7.2'
31+
VERSION='7.3devel'
3232
AC_SUBST(VERSION)
3333
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
3434

doc/src/sgml/version.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Update this file to propagate correct current version numbers to the
33
documentation. 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">

0 commit comments

Comments
 (0)