diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-11 17:16:48 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-11 17:16:48 -0400 |
commit | e6df2e1be6330660ba4d81daa726ae4a71535aa9 (patch) | |
tree | f5f9027465312c1ca6a30a127183dc80160affe1 /configure.in | |
parent | 195e81aff5d63da1e1f9dd0314a13859ec15c7c0 (diff) | |
download | postgresql-e6df2e1be6330660ba4d81daa726ae4a71535aa9.tar.gz |
Stamp 9.4beta1.REL9_4_BETA1
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 52357a6bba..b94db352e1 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.4devel], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.4beta1], [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 |