diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-11-09 17:29:52 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-11-09 17:29:52 -0500 |
commit | e6c792ab72b99a3d68bf0696d0720e9afc61695c (patch) | |
tree | b47b2763311c249021629f24e89cd54b9bf43d14 /configure.in | |
parent | b0529799960e910c4cf1e3d5509572dc8c653d67 (diff) | |
download | postgresql-REL_10_15.tar.gz postgresql-REL_10_15.zip |
Stamp 10.15.REL_10_15
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 5b780314699..639e9a9dbf9 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.14], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10.15], [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 |