summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-01-03 21:40:50 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-01-03 21:40:50 +0000
commite29972bb56d9cb6f3c514d37baec70cd3cc57a89 (patch)
treea79d46d0af1688f31024a1560eb92da52aeb7876 /configure.in
parentf3c52c64e82dbe350264d3e1b4f77de39abf0f1f (diff)
downloadpostgresql-e29972bb56d9cb6f3c514d37baec70cd3cc57a89.tar.gz
Stamp release 8.2.6.REL8_2_6
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
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 533f7fb9e4..908a1ae02a 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.490.2.13 2007/12/31 17:28:31 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.490.2.14 2008/01/03 21:40:50 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.2.5], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.2.6], [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