diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-07-21 15:07:50 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-07-21 15:07:50 -0400 |
commit | c85374626f680902c207285b986ac38a134535eb (patch) | |
tree | a20c03db804afdb709ad34ab2a0ea3db87309e43 /configure.in | |
parent | ab2f504b2e8b4e90e44c9a20bb5d481794b39d1d (diff) | |
download | postgresql-REL9_4_BETA2.tar.gz postgresql-REL9_4_BETA2.zip |
Stamp 9.4beta2.REL9_4_BETA2
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 c26cf93ab3f..b17faa9b941 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.4beta1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.4beta2], [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 |