From: Scott MacVicar Date: Wed, 9 Mar 2011 20:06:52 +0000 (+0000) Subject: Add a version number to timelib for other projects that use it. X-Git-Tag: php-5.4.0alpha1~191^2~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5339945c670763014357031ee426c0b990f69a4;p=php Add a version number to timelib for other projects that use it. This has the same version scheme as timezonedb. --- 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