Skip to content

Commit 1ac4ddf

Browse files
committed
Go with 2017.05
1 parent a9b60c8 commit 1ac4ddf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ Timelib is a timezone and date/time library that can calculate local time,
55
convert between timezones and parse textual descriptions of date/time
66
information.
77

8-
It is the library supporting PHP's Date/Time extension.
8+
It is the library supporting PHP's Date/Time extension and MongoDB's time zone
9+
support.

timelib.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ typedef struct _timelib_tzdb {
311311
#endif
312312

313313
#define TIMELIB_VERSION 201705
314-
#define TIMELIB_EXTENDED_VERSION 20170510
315-
#define TIMELIB_ASCII_VERSION "2017.05beta10"
314+
#define TIMELIB_EXTENDED_VERSION 20170511
315+
#define TIMELIB_ASCII_VERSION "2017.05"
316316

317317
#define TIMELIB_NONE 0x00
318318
#define TIMELIB_OVERRIDE_TIME 0x01

0 commit comments

Comments
 (0)