diff options
author | Tom Lane | 2011-12-01 21:49:59 +0000 |
---|---|---|
committer | Tom Lane | 2011-12-01 21:49:59 +0000 |
commit | 1c635b03c132a2ee07c1773c3968153f10ed5f79 (patch) | |
tree | 029de68d03d22e88d8f2de792ea5aa93e1f53bbd /configure.in | |
parent | da1eacb8d2cebc5b43bbe2c93f1c74c962182ae5 (diff) |
Stamp 9.0.6.REL9_0_6
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 e66faae5589..906efb03ea2 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.0.5], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.0.6], [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 |