aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-02-12 22:37:44 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-02-12 22:37:44 +0000
commitd72c32a0d1435b40bfd76670f12327787dc76b88 (patch)
treecc4c862b7bb55c6fcb21e15f1e8b4fc7724aad28 /configure.in
parentef434ebfbcbe6e4b28992cd01b9882a11222f747 (diff)
downloadpostgresql-REL8_1_3.tar.gz
postgresql-REL8_1_3.zip
Stamp 8.1.3.REL8_1_3
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 32c4d14bf45..7377c03aa67 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.7 2006/01/17 23:52:49 tgl Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.431.2.8 2006/02/12 22:37:44 tgl 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.2], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.1.3], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])