diff options
author | Robert Haas | 2015-11-09 19:53:52 +0000 |
---|---|---|
committer | Robert Haas | 2015-11-09 19:54:00 +0000 |
commit | eb66ee639e79b9ec85d877746aaca315ca82c2a4 (patch) | |
tree | 4f4058f00a7b813ff9e98c322ceebef5eca83f07 /configure.in | |
parent | 289da0a7a59f60efa1baeadaca750ef2bdb97c78 (diff) |
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], [[email protected]]) +AC_INIT([PostgreSQL], [9.5beta2], [[email protected]]) 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 |