diff options
| author | Marc G. Fournier | 2008-02-01 04:16:29 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 2008-02-01 04:16:29 +0000 |
| commit | 9e647a13872a5f34dc0009566925c5c352463780 (patch) | |
| tree | 37d23fb1b914f6dfd4da5c4f352f34b29e1aa219 /configure.in | |
| parent | aad140b7ff572af7fba5d206e68484caa56cf09c (diff) | |
configure tag'd 8.3.0 and built witih autoconf 2.59REL8_3_0
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 dbae08f7daf..8ef5c738379 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.545 2008/01/24 06:23:32 petere Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.546 2008/02/01 04:16:29 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.3RC2], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.3.0], [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 |
