mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
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>
This commit is contained in:
parent
39d814a205
commit
dd68a6239a
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define TIMELIB_VERSION 201101
|
||||||
|
|
||||||
#define TIMELIB_NONE 0x00
|
#define TIMELIB_NONE 0x00
|
||||||
#define TIMELIB_OVERRIDE_TIME 0x01
|
#define TIMELIB_OVERRIDE_TIME 0x01
|
||||||
#define TIMELIB_NO_CLONE 0x02
|
#define TIMELIB_NO_CLONE 0x02
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue