Skip to content

Commit 0ca0768

Browse files
committed
Go with 2018.01
1 parent ce721a5 commit 0ca0768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

timelib.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2015 Derick Rethans
4+
* Copyright (c) 2015-2019 Derick Rethans
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal
@@ -322,8 +322,8 @@ typedef struct _timelib_tzdb {
322322
#endif
323323

324324
#define TIMELIB_VERSION 201801
325-
#define TIMELIB_EXTENDED_VERSION 20180105
326-
#define TIMELIB_ASCII_VERSION "2018.01RC3"
325+
#define TIMELIB_EXTENDED_VERSION 20180106
326+
#define TIMELIB_ASCII_VERSION "2018.01"
327327

328328
#define TIMELIB_NONE 0x00
329329
#define TIMELIB_OVERRIDE_TIME 0x01

0 commit comments

Comments
 (0)