From: Bruce Momjian Date: Sun, 2 May 2004 13:39:51 +0000 (+0000) Subject: Update catalog version for acl removal changes. X-Git-Tag: REL8_0_0BETA1~705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d7aec483c55ba167c5a94e3220d23912d14840f;p=postgresql Update catalog version for acl removal changes. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 161b0a97ef..3380178a0d 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.226 2004/05/02 13:38:27 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.227 2004/05/02 13:39:51 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200404220 +#define CATALOG_VERSION_NO 200405020 #endif