diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-11-09 14:53:52 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-11-09 14:54:00 -0500 |
commit | eb66ee639e79b9ec85d877746aaca315ca82c2a4 (patch) | |
tree | 4f4058f00a7b813ff9e98c322ceebef5eca83f07 /configure.in | |
parent | 289da0a7a59f60efa1baeadaca750ef2bdb97c78 (diff) | |
download | postgresql-REL9_5_BETA2.tar.gz postgresql-REL9_5_BETA2.zip |
Stamp 9.5beta2.REL9_5_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 55ea5ed9ba0..0f67df0e6b2 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.5beta1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5beta2], [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 |