From: Bruce Momjian Date: Thu, 10 May 2012 22:44:47 +0000 (-0400) Subject: Revert catalog bump; was post-beta1, and unnecessary. X-Git-Tag: REL9_2_BETA2~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee24de40018fe5b6f8dc015e56e41c7889622c33;p=postgresql Revert catalog bump; was post-beta1, and unnecessary. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index ab918d101f..b308e4b581 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201205101 +#define CATALOG_VERSION_NO 201204301 #endif