diff options
author | Tom Lane | 2011-12-01 21:55:48 +0000 |
---|---|---|
committer | Tom Lane | 2011-12-01 21:55:48 +0000 |
commit | 8ec76895b792d44c009448983fe4797386b9195a (patch) | |
tree | d8773fe1f27aa154ccfd933ee581b353f319e0bc /configure.in | |
parent | 50be28d2accc99a0daf49ef7bd692e828964be03 (diff) |
Stamp 8.3.17.REL8_3_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 e67a9b1474c..c4848fb3e63 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.3.16], [[email protected]]) +AC_INIT([PostgreSQL], [8.3.17], [[email protected]]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.59 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |