diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-08-08 16:25:04 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-08-08 16:25:04 -0400 |
commit | 67c08c0d704a5f828492642bf9d133cbb2af3661 (patch) | |
tree | 01736d98cd4efb0e49fa3bd461c05d9d65225d0c /configure.in | |
parent | cfdadf5f930c4e613e3a13ab09673856aa59351e (diff) | |
download | postgresql-REL9_6_BETA4.tar.gz postgresql-REL9_6_BETA4.zip |
Stamp 9.6beta4.REL9_6_BETA4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5da4f7488ea..598fbd8f640 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [9.6beta3], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.6beta4], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |