diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-17 15:37:27 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-17 15:37:27 -0400 |
commit | 697becf743b3176a038d78857b14976d441a0027 (patch) | |
tree | e8a5222432c5cd056355ab9867042fcffab34ee4 /configure.in | |
parent | f0a8488ab74502fe376a4d542437b770299a3d79 (diff) | |
download | postgresql-REL9_1_13.tar.gz postgresql-REL9_1_13.zip |
Stamp 9.1.13.REL9_1_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 defcce64b7a..36eef2c1297 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.1.12], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.1.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 |