diff options
author | Peter Eisentraut | 2007-04-01 09:56:02 +0000 |
---|---|---|
committer | Peter Eisentraut | 2007-04-01 09:56:02 +0000 |
commit | a482a3e58b3e5830899560c555e57e4184b8e6be (patch) | |
tree | dea7ec19b2342fc7311e2d96968f82e51b45ecb0 | |
parent | b0fe9c20e9f04ccead3cde2c607b991ccd04d71f (diff) |
Update catversion for new XML mapping functions
-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 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 |