diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-05-07 16:51:40 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-05-07 16:51:40 -0400 |
commit | ab5e9caa4a3ec4765348a0482e88edcf3f6aab4a (patch) | |
tree | f9c90e33cde67ec065d5023d8267c346b80ab1e3 /configure.in | |
parent | f5f8b5892a08c678de878653fca906f85e399f27 (diff) | |
download | postgresql-REL_10_4.tar.gz postgresql-REL_10_4.zip |
Stamp 10.4.REL_10_4
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 05dce2808f9..d9fe56e4f95 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], [10.3], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10.4], [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 |