From eb4638bd069f0eaa8ab70fc4733c04ce155075bc Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 3 Dec 2008 13:28:53 +0000 Subject: [PATCH] Forgot to bump catalog version in the visibility map patch. --- src/include/catalog/catversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 4cf2d1078d..d2e56cc956 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200811211 +#define CATALOG_VERSION_NO 200812031 #endif -- 2.39.5