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:
Scott MacVicar 2011-03-09 20:06:52 +00:00
parent 39d814a205
commit dd68a6239a

View file

@ -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