diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-02-23 17:53:36 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-02-23 17:53:36 -0500 |
commit | 64c47e4542910ebbfb494bec3f8abf8733113394 (patch) | |
tree | c42552853f4cac83d5172c5f40d2db28244c47cd /configure.in | |
parent | 22795f096b521e975800cd2fff222f958500ef19 (diff) | |
download | postgresql-REL9_1_3.tar.gz postgresql-REL9_1_3.zip |
Stamp 9.1.3.REL9_1_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 6ba1174d9ee..7c0e94e9297 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.2], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.1.3], [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 |