diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2007-01-06 06:18:46 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2007-01-06 06:18:46 +0000 |
commit | a7542c3bb1d0fc59856c8152735722afb8c9a1c2 (patch) | |
tree | d76097b843b0ecec38bd6df6d0c5e0e2cb03a1b4 /configure.in | |
parent | 3d5f28671a95f60ad173be2cf119c2a2b4d2efb0 (diff) | |
download | postgresql-REL8_0_10.tar.gz postgresql-REL8_0_10.zip |
tag itREL8_0_10
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 93906c8d2c5..a24f72560b1 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.14 2006/10/12 19:41:43 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.15 2007/01/06 06:18:46 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.0.9], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.0.10], [pgsql-bugs@postgresql.org]) AC_PREREQ(2.53) AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group]) |