diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-11-11 17:13:41 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-11-11 17:13:41 -0500 |
commit | 6cd154923526141ee65548513324fa66c72e83d4 (patch) | |
tree | 393d19a2a36118b886a9561e0b81f6292bddca3d /configure.in | |
parent | 84aad60b9cdade0a9d55f938bec92d788e2c54e9 (diff) | |
download | postgresql-REL9_4_25.tar.gz postgresql-REL9_4_25.zip |
Stamp 9.4.25.REL9_4_25
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 decb070e5b3..aae101ea1b0 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.4.24], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.4.25], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |