diff options
| author | Peter Eisentraut | 2009-12-20 07:31:43 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2009-12-20 07:31:43 +0000 |
| commit | af7bab7d90d9c12e7e384bb4bbce346b37b721dc (patch) | |
| tree | 3eb0e10bc0368d49ed599466a0fed09dfcb233c0 /configure.in | |
| parent | 7d672e1e1db1b85b0b1e1c7e47d12059a57457fb (diff) | |
Version stamp 8.5alpha3REL8_5_ALPHA3REL8_5_ALPHA3_BRANCH
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 38ac6c8caaf..a4fbf4a934d 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.616 2009/12/11 02:21:21 momjian Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.616.2.1 2009/12/20 07:31:42 petere 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.5devel], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.5alpha3], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |
