diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-27 17:17:22 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-27 17:17:22 -0400 |
commit | 993c5e59047dd568d4831f7ec5c6199acd21f17f (patch) | |
tree | 1e89e46b03d20e68c71f4327ba19d147422d6eb6 /configure.in | |
parent | bb1051eb2d5eef060b64788cbec8459c46427fca (diff) | |
download | postgresql-REL9_1_BETA1.tar.gz postgresql-REL9_1_BETA1.zip |
Tag 9.1beta1.REL9_1_BETA1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 03ff57d4bc8..fa6d9e5d7c6 100644 --- a/configure.in +++ b/configure.in @@ -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.1devel], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.1beta1], [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 |