From: Peter Eisentraut Date: Sun, 1 Apr 2007 09:56:02 +0000 (+0000) Subject: Update catversion for new XML mapping functions X-Git-Tag: REL8_3_BETA1~918 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a482a3e58b3e5830899560c555e57e4184b8e6be;p=thirdparty%2Fpostgresql.git Update catversion for new XML mapping functions --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index aa0e29a216d..d31dce2a0cf 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.397 2007/03/30 18:34:56 mha Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.398 2007/04/01 09:56:02 petere Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200703301 +#define CATALOG_VERSION_NO 200704011 #endif