diff options
author | Heikki Linnakangas | 2011-11-06 12:33:49 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2011-11-06 12:36:36 +0000 |
commit | 780571cc9fcfc1d2c4a0212c19975f2ef0b2eb42 (patch) | |
tree | c2232f7b531ec346fbe94c63f134d20f3eaa3f09 | |
parent | 3a6e4076b73b16575373c4a99d3301cdb929fd03 (diff) |
Oops, forgot to fix the catversion when I committed the range types patch.
It was inadvertently changed to 201111111, which is a wrong date. Change it
to current date, and remove the comment that was supposed to remind me to
fix it before committing.
-rw-r--r-- | src/include/catalog/catversion.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 0a0ebcf9166..ece718d939c 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,7 +53,6 @@ */ /* yyyymmddN */ -/* COMMITTER: please set appropriately */ -#define CATALOG_VERSION_NO 201111111 +#define CATALOG_VERSION_NO 201111061 #endif |