diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-04-26 18:30:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-04-26 18:30:10 +0000 |
commit | 0a646e801ca1e00f204b503aadd4fa2c6a866f4e (patch) | |
tree | 6302d54b2d5cf4ae657f0ecd9931de4bd883eeb7 /src | |
parent | b3e4aefcfb8174838159ccc82026512a608a6f0b (diff) | |
download | postgresql-0a646e801ca1e00f204b503aadd4fa2c6a866f4e.tar.gz postgresql-0a646e801ca1e00f204b503aadd4fa2c6a866f4e.zip |
Update catalog version for ltree changes.
Diffstat (limited to 'src')
-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 11b02f691ad..b92cc0ab059 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 |