aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2007-04-20 03:32:59 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2007-04-20 03:32:59 +0000
commit2bf97c9c4a48bb048527ebe28856345015d4ac98 (patch)
treedb44b5b748e3f90b8b3e653468e412b0482d20a0 /configure.in
parentd8f365365b6196b9ce6636032bf20b0f2ac06926 (diff)
downloadpostgresql-REL8_1_9.tar.gz
postgresql-REL8_1_9.zip
Update configure.in for releaseREL8_1_9
Security: hold for release
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 7db449d79b2..2aa55ba8e8a 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.17 2007/02/07 03:48:37 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.431.2.18 2007/04/20 03:32:59 pgsql 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.8], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.1.9], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])