From: Bruce Momjian Date: Wed, 26 Apr 2006 18:30:10 +0000 (+0000) Subject: Update catalog version for ltree changes. X-Git-Tag: REL8_2_BETA1~1078 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a646e801ca1e00f204b503aadd4fa2c6a866f4e;p=postgresql Update catalog version for ltree changes. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 11b02f691a..b92cc0ab05 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.324 2006/04/25 00:25:20 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.325 2006/04/26 18:30:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200604241 +#define CATALOG_VERSION_NO 200604261 #endif