diff options
author | Marc G. Fournier <scrappy@hub.org> | 2008-10-31 02:49:03 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2008-10-31 02:49:03 +0000 |
commit | d8ca7ffbea01dba343725f377c4ce1a47f645366 (patch) | |
tree | dd68a1b6e471f561bd232b96238fc26030d8e245 /configure.in | |
parent | 09df79e8d7856ddf1031d05ca4389efc0b1937b3 (diff) | |
download | postgresql-REL8_1_15.tar.gz postgresql-REL8_1_15.zip |
tag 8.1.15REL8_1_15
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 f7afaec971b..7cba1418048 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.28 2008/10/30 12:24:19 petere Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.431.2.29 2008/10/31 02:49:03 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.14], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.1.15], [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 |