summaryrefslogtreecommitdiff
path: root/src/include/catalog/catversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/catversion.h')
-rw-r--r--src/include/catalog/catversion.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 9671a7746f..8bb7610334 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -34,10 +34,10 @@
* database contents or layout, such as altering tuple headers.
*
*
- * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.587 2010/04/26 14:22:37 momjian Exp $
+ * src/include/catalog/catversion.h
*
*-------------------------------------------------------------------------
*/
@@ -54,9 +54,9 @@
/* yyyymmddN */
#ifdef PGXC
-#define CATALOG_VERSION_NO 201105201
+#define CATALOG_VERSION_NO 201106301
#else
-#define CATALOG_VERSION_NO 201004261
+#define CATALOG_VERSION_NO 201105231
#endif
#endif