diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-09 16:50:23 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-09 16:50:23 -0400 |
commit | ba37ac217791dfdf2b327c4b75e7083b6b03a2f5 (patch) | |
tree | 8db24bc770770c0338b9fe492000ca6596caa8bd /configure.in | |
parent | e51547e05a44101667ef277c89319647e52c0f62 (diff) | |
download | postgresql-REL9_5_3.tar.gz postgresql-REL9_5_3.zip |
Stamp 9.5.3.REL9_5_3
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 91abcf771fa..50257980f62 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], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.3], [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 |