diff options
author | Tom Lane | 2015-06-30 18:01:15 +0000 |
---|---|---|
committer | Tom Lane | 2015-06-30 18:01:15 +0000 |
commit | cf8d65de10ebd026f6534eeb275cae46d7bffb4f (patch) | |
tree | 94bad7888da09414e360ca9d9248328a112da097 /configure.in | |
parent | ab93f90cd3a4fcdd891cee9478941c3cc65795b8 (diff) |
Stamp HEAD as 9.6devel.
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 21ba3a52f9f..005537c747b 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.5alpha1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.6devel], [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 |