diff options
author | Bruce Momjian | 2004-05-02 13:39:51 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-05-02 13:39:51 +0000 |
commit | 5d7aec483c55ba167c5a94e3220d23912d14840f (patch) | |
tree | 8caab6ab3171829ac6295c42f653623761ad6f18 | |
parent | a9d3c2cb18ed4b0de982d649f6f8f9530a388d4a (diff) |
Update catalog version for acl removal changes.
-rw-r--r-- | src/include/catalog/catversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 161b0a97ef6..3380178a0dd 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 |