diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-02-02 00:14:22 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-02-02 00:14:22 +0000 |
commit | d06a16c589c7acf9d130706769f491297fa86c3a (patch) | |
tree | b6df6a076a9c5a2421e8086aca27e20ff3fedf32 /configure.in | |
parent | 40cf433eb6e98f64cc508fabdb3a745062e22786 (diff) | |
download | postgresql-REL8_2_2.tar.gz postgresql-REL8_2_2.zip |
Stamp release 8.2.2.REL8_2_2
Security: CVE-2007-0555, CVE-2007-0556
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 fb05dc0654e..ac603ad3218 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.2 2007/01/06 05:02:26 pgsql Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.490.2.3 2007/02/02 00:14:21 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.1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.2.2], [pgsql-bugs@postgresql.org]) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (c) 1996-2006, PostgreSQL Global Development Group]) |