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.
This commit is contained in:
Heikki Linnakangas 2011-11-06 14:33:49 +02:00
parent 3a6e4076b7
commit 780571cc9f

View File

@ -53,7 +53,6 @@
*/
/* yyyymmddN */
/* COMMITTER: please set appropriately */
#define CATALOG_VERSION_NO 201111111
#define CATALOG_VERSION_NO 201111061
#endif