From: Simon Riggs Date: Tue, 8 Feb 2011 19:44:50 +0000 (+0000) Subject: Continue long tradition of bumping the catalog version a little late. X-Git-Tag: REL9_1_ALPHA4~243 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a7d36ec3363d10e0450209a9b451d86a2328b47;p=thirdparty%2Fpostgresql.git Continue long tradition of bumping the catalog version a little late. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 799fd5019e5..98086c91489 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201102081 +#define CATALOG_VERSION_NO 201102082 #endif