diff options
| author | Tom Lane | 2025-05-05 20:31:49 +0000 |
|---|---|---|
| committer | Tom Lane | 2025-05-05 20:31:49 +0000 |
| commit | 5261b40acb67fdb8ed1e5976ae99599f16864c93 (patch) | |
| tree | a86d53b9378fa4aba2d74b1d32e8270e10047940 /configure.ac | |
| parent | 4b6f246b6791904b16d277138800a3f8a4ece847 (diff) | |
Stamp 15.13.REL_15_13
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 93dd05ddeba..d92ec95f405 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [15.12], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15.13], [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 |
