diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-06-17 17:18:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-06-17 17:18:49 -0400 |
commit | cb4cb7401e12f5796a5e16fabddeffae3cac39b5 (patch) | |
tree | 8ccc2f8ac271d11e2435900d1b3619c080a37a30 /configure.in | |
parent | 8339895d8f797d8d1ccbd555937ed8cc727ea279 (diff) | |
download | postgresql-REL_10_9.tar.gz postgresql-REL_10_9.zip |
Stamp 10.9.REL_10_9
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 d642ff2beb2..36645644cb4 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.8], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10.9], [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 |