diff options
author | Tom Lane | 2016-08-29 20:22:24 +0000 |
---|---|---|
committer | Tom Lane | 2016-08-29 20:22:24 +0000 |
commit | 7961c31aa76b1ce9adaac7ee98c67c149c1a4eef (patch) | |
tree | 2bd28a6df00763af776adaa1973fc3a611954386 /configure.in | |
parent | 7e3aad82e0b4dc7ed491b8bb7082c39f7a0212e9 (diff) |
Stamp 9.6rc1.REL9_6_RC1
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 598fbd8f640..f5deb5d6798 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.6beta4], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.6rc1], [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 |