diff options
| author | Peter Eisentraut | 2010-02-19 18:42:30 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2010-02-19 18:42:30 +0000 |
| commit | 2f6cf9192c81c5aeb0074ffeb02e5679da0dfc88 (patch) | |
| tree | 8341bc3d861251f89e803bbb1cc0fe55481b105a /configure.in | |
| parent | a779afb40cf4ff540cfe6598c1370d70e1dbf0da (diff) | |
Revert version stamping in wrong 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 bb017e3480e..f0ade8f92cc 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.624 2010/02/19 16:03:22 petere Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.625 2010/02/19 18:42:30 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], [9.0alpha4], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.0devel], [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 |
