From: David Rowley Date: Mon, 8 Jul 2024 21:56:46 +0000 (+1200) Subject: Perform forgotten cat version bump X-Git-Tag: REL_18_BETA1~2442 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=e41f7130979442362d9053d1ae24b2f87980e842;p=postgresql.git Perform forgotten cat version bump I missed this in 036bdcec9 --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index e554bb57cce..4bf79d462ac 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -57,6 +57,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 202407081 +#define CATALOG_VERSION_NO 202407082 #endif