diff options
author | Marc G. Fournier | 2009-09-04 05:28:47 +0000 |
---|---|---|
committer | Marc G. Fournier | 2009-09-04 05:28:47 +0000 |
commit | c29a3862265e260339cd25254f2f02ec057a3696 (patch) | |
tree | a5bcc1a6508ddfaf545328e22297f5b94fd57d1a /configure.in | |
parent | c377f39ee3cdeba90081214994b4488fd1285ec3 (diff) |
Tag 8.0.22REL8_0_22
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 969933febe0..0467b07aa3a 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.398.4.32 2009/03/13 02:30:37 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.33 2009/09/04 05:28:46 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.0.21], [[email protected]]) +AC_INIT([PostgreSQL], [8.0.22], [[email protected]]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.53], [], [m4_fatal([Autoconf version 2.53 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |