diff options
author | Tom Lane | 2015-05-18 18:29:04 +0000 |
---|---|---|
committer | Tom Lane | 2015-05-18 18:29:04 +0000 |
commit | 7aeba23ee2cab86c78a80e3face3ca62ca87b5d7 (patch) | |
tree | 0f8059dcaf651c7410eb1ab1f2512f6a3c734647 /configure.in | |
parent | 20affd62e22d5bbf2d945dd25920d1aa54844933 (diff) |
Stamp 9.4.2.
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 967733999ef..d5f7749ddf3 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.1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.4.2], [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 |