diff options
author | Pavan Deolasee | 2016-04-15 11:01:06 +0000 |
---|---|---|
committer | Pavan Deolasee | 2016-04-15 11:01:06 +0000 |
commit | 0b88c37e7725bb1f0b7b51fdeaa3d1df73f1b109 (patch) | |
tree | ff0bddde5a83b4b5c7d48b68c1fd44501172278f /configure.in | |
parent | 487c45d6f87fb1d7f4304b7534e2953a64b04ee2 (diff) |
Stamp Postgres-XL 9.5r1XL9_5_R1
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 5348eaee21..b57e23bd20 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.5.2 (Postgres-XL 9.5r1beta2)], [bugs@postgres-xl.org]) +AC_INIT([PostgreSQL], [9.5.2 (Postgres-XL 9.5r1)], [bugs@postgres-xl.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 |