diff options
author | Marc G. Fournier <scrappy@hub.org> | 2010-12-13 22:59:19 -0400 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2010-12-13 22:59:19 -0400 |
commit | 35862ff7f2f4fbaaa1feafe573d46bb80356f16f (patch) | |
tree | 9c35478bafb0107c58a36f1934811009f158ef8b /configure.in | |
parent | 0f311ae7d5f8de2e0de171212facc862ae5e2235 (diff) | |
download | postgresql-REL8_4_6.tar.gz postgresql-REL8_4_6.zip |
Tag 8.4.6.REL8_4_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 d1ac52a9235..4d7cc3b4ef3 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], [8.4.5], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4.6], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |