diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-09 16:53:56 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-09 16:53:56 -0400 |
commit | cd5a6521fa8e9d51090330eb500157079fda1381 (patch) | |
tree | 557ccc8d99e010c1ecfead88769c753896d4c867 /configure.in | |
parent | b81b97794cc81780105024667766d2f2f63fc62e (diff) | |
download | postgresql-REL9_3_13.tar.gz postgresql-REL9_3_13.zip |
Stamp 9.3.13.REL9_3_13
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 e643bbb17df..3bd486f7322 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.12], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.3.13], [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 |