Skip to content

Commit a212a02

Browse files
committed
fix timelib sync
1 parent 901ebd2 commit a212a02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ext/date/lib/timelib.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
# include "timelib_config.h"
3131
#endif
3232

33-
#define TIMELIB_VERSION 202215
34-
#define TIMELIB_EXTENDED_VERSION 20221501
35-
#define TIMELIB_ASCII_VERSION "2022.15"
33+
#define TIMELIB_VERSION 202216
34+
#define TIMELIB_EXTENDED_VERSION 20221601
35+
#define TIMELIB_ASCII_VERSION "2022.16"
3636

3737
#include <stdlib.h>
3838
#include <stdbool.h>

0 commit comments

Comments
 (0)