diff options
author | Marc G. Fournier <scrappy@hub.org> | 2008-06-09 01:17:34 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2008-06-09 01:17:34 +0000 |
commit | 2de08aab3be88a4fe8d8ce7de61bdd1063535b85 (patch) | |
tree | 3c9b740d45e8769377df01b921a9df1dd9f58974 /configure.in | |
parent | 638aa5a7af5128aa35d1120eb087343cca01f4d1 (diff) | |
download | postgresql-REL8_1_13.tar.gz postgresql-REL8_1_13.zip |
tag 8.1.13REL8_1_13
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e2d69c3730b..fa1a5760d34 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.431.2.25 2008/06/06 04:10:51 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.431.2.26 2008/06/09 01:17:34 scrappy Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [8.1.12], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.1.13], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.59 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |