diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-04-01 14:27:59 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-04-01 14:27:59 -0400 |
commit | 292f7b27260aaebd27f66db2fc14e8c8da975513 (patch) | |
tree | 8235454d23f309e57627b4aa25ac48dc448d5bf1 /configure.in | |
parent | bc0630bdd30027cd75254ed6e4dc4f31ff335de5 (diff) | |
download | postgresql-REL8_4_17.tar.gz postgresql-REL8_4_17.zip |
Stamp 8.4.17.REL8_4_17
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 e08b4ffd20e..4a4e5176a03 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.16], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4.17], [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 |