diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-11-05 16:53:28 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-11-05 16:53:28 -0500 |
commit | c10bb239d29017ba66eca88a24b84a1d4db36a6c (patch) | |
tree | 2954c7b149a8eb96a89f59bb5712192c411861d6 /configure.in | |
parent | 1394a48db9db1dcc4a02739b228cebf54c4827f2 (diff) | |
download | postgresql-REL9_3_25.tar.gz postgresql-REL9_3_25.zip |
Stamp 9.3.25.REL9_3_25
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 df71dc1017c..460d467838d 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.3.24], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.3.25], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |