scottmac Wed, 09 Mar 2011 20:06:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=309055
Log:
Add a version number to timelib for other projects that use it.
This has the same version scheme as timezonedb.
<year><release-padded-to-two>
Changed paths:
U php/php-src/branches/PHP_5_3/ext/date/lib/timelib.h
U php/php-src/trunk/ext/date/lib/timelib.h
Modified: php/php-src/branches/PHP_5_3/ext/date/lib/timelib.h
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/lib/timelib.h 2011-03-09 18:53:22 UTC
(rev 309054)
+++ php/php-src/branches/PHP_5_3/ext/date/lib/timelib.h 2011-03-09 20:06:52 UTC
(rev 309055)
@@ -26,6 +26,8 @@
#include <limits.h>
#endif
+#define TIMELIB_VERSION 201101
+
#define TIMELIB_NONE 0x00
#define TIMELIB_OVERRIDE_TIME 0x01
#define TIMELIB_NO_CLONE 0x02
Modified: php/php-src/trunk/ext/date/lib/timelib.h
===================================================================
--- php/php-src/trunk/ext/date/lib/timelib.h 2011-03-09 18:53:22 UTC (rev
309054)
+++ php/php-src/trunk/ext/date/lib/timelib.h 2011-03-09 20:06:52 UTC (rev
309055)
@@ -26,6 +26,8 @@
#include <limits.h>
#endif
+#define TIMELIB_VERSION 201101
+
#define TIMELIB_NONE 0x00
#define TIMELIB_OVERRIDE_TIME 0x01
#define TIMELIB_NO_CLONE 0x02
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php