diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-08-09 16:49:05 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-08-09 16:49:05 -0400 |
commit | e849f3f1f884ad140b60a24354c6371cbd2efbb6 (patch) | |
tree | 22610b001d622ce3a06414d1030fe8f7a5d079d5 /configure.in | |
parent | 0145ec9be92b2146e7b94f286cb3dab9eb77ef70 (diff) | |
download | postgresql-REL_13_4.tar.gz postgresql-REL_13_4.zip |
Stamp 13.4.REL_13_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 43ec931557c..fb14dcc7c71 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], [13.3], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.4], [pgsql-bugs@lists.postgresql.org], [], [https://www.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 |