From: Teodor Sigaev Date: Fri, 11 Mar 2016 16:31:04 +0000 (+0300) Subject: Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a133503bd X-Git-Tag: REL9_6_BETA1~516 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9eb6c83efd258bb7a658fefa0074e0e65efd673;p=postgresql Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a133503bd --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index b76df550a8..8cfc9a4ca9 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201603101 +#define CATALOG_VERSION_NO 201603111 #endif