From: David Rowley Date: Mon, 8 Jul 2024 21:56:46 +0000 (+1200) Subject: Perform forgotten cat version bump X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e41f7130979442362d9053d1ae24b2f87980e842;p=users%2Fc2main%2Fpostgres.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 e554bb57cc..4bf79d462a 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