diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-08-09 16:54:22 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-08-09 16:54:22 -0400 |
commit | 29abec3a62229a37ce21203acdeb03a7860c1102 (patch) | |
tree | 4edca41bb771c7c1d5dfe867bd7a6fcd106d5596 /configure.in | |
parent | f2295cfe878249cfb7b2da3f5bae48ca29958fdf (diff) | |
download | postgresql-REL_10_18.tar.gz postgresql-REL_10_18.zip |
Stamp 10.18.REL_10_18
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 d8e08a0f0b5..230c5f4be04 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.17], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10.18], [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 |