diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-24 16:10:50 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-24 16:10:50 -0400 |
commit | 811b6c4a1df5d8323b532460ef2157e771dfb358 (patch) | |
tree | 1f07529b11425e2691325f8917c36ecdd26a9bf6 /configure.in | |
parent | ffaa8bcf0e65f7f8095d04aeaba6953e52af8c12 (diff) | |
download | postgresql-REL9_5_5.tar.gz postgresql-REL9_5_5.zip |
Stamp 9.5.5.REL9_5_5
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 6a3556fa042..51525bacf94 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.4], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.5], [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 |