diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-06-10 21:36:13 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-06-10 21:36:13 -0400 |
commit | a24c104b9a6e4fef0892b2a0b70f4073378e6544 (patch) | |
tree | 2ac8421d1f09fe8cc2c7acfcfe2f8355cf65463a /configure.in | |
parent | ab76208e3df6841b3770edeece57d0f048392237 (diff) | |
download | postgresql-a24c104b9a6e4fef0892b2a0b70f4073378e6544.tar.gz |
Stamp HEAD as 9.5devel.
Let the hacking begin ...
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 80df1d7651..42d0a2bf3a 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.5devel], [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 |