aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2010-03-12 03:40:31 +0000
committerMarc G. Fournier <scrappy@hub.org>2010-03-12 03:40:31 +0000
commite842325ac109dad43df9a28a20b46016827d75cc (patch)
treeb1107a49a49d7fc6dca44fc01a77972763db1340 /configure.in
parent2ecea6f4503132950ef524db9ca5ee7f4e2d1aa6 (diff)
downloadpostgresql-REL8_3_10.tar.gz
postgresql-REL8_3_10.zip
tag 8.3.10REL8_3_10
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ba2dda188a6..a91e485dbf3 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.546.2.14 2009/12/10 03:02:05 scrappy Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.546.2.15 2010/03/12 03:40:30 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.3.9], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.3.10], [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