From a5339945c670763014357031ee426c0b990f69a4 Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Wed, 9 Mar 2011 20:06:52 +0000 Subject: [PATCH] Add a version number to timelib for other projects that use it. This has the same version scheme as timezonedb. --- ext/date/lib/timelib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/date/lib/timelib.h b/ext/date/lib/timelib.h index c79fa9a469..48a952e790 100644 --- a/ext/date/lib/timelib.h +++ b/ext/date/lib/timelib.h @@ -26,6 +26,8 @@ #include #endif +#define TIMELIB_VERSION 201101 + #define TIMELIB_NONE 0x00 #define TIMELIB_OVERRIDE_TIME 0x01 #define TIMELIB_NO_CLONE 0x02 -- 2.40.0