diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-11-17 15:54:40 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-11-17 15:54:40 -0500 |
commit | d5bea1fbcc24a9880ddc2ede29a6fedb41de9292 (patch) | |
tree | b7b119b799acc52d456872375f03fdf36c7fab46 /configure.in | |
parent | c7b412380d5507fbaf1e4ff54844ac9bde9771c5 (diff) | |
download | postgresql-REL9_4_RC1.tar.gz postgresql-REL9_4_RC1.zip |
Stamp 9.4rc1.REL9_4_RC1
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 617e7158eec..9b644fa298f 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.4beta3], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.4rc1], [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 |