diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-09-08 17:13:27 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-09-08 17:13:27 -0400 |
commit | 1f43001424a9da624a89b213d0be606a8212a50a (patch) | |
tree | 797ff991db70f30b28dba309ac373e24df5965fa /configure.in | |
parent | bd6db68f714d8e4609c0b22425590ab632a14812 (diff) | |
download | postgresql-REL9_1_0.tar.gz postgresql-REL9_1_0.zip |
Stamp 9.1.0.REL9_1_0
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 126f841ea62..c57e0f3128d 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.1rc1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.1.0], [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 |