We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce721a5 commit 0ca0768Copy full SHA for 0ca0768
timelib.h
@@ -1,7 +1,7 @@
1
/*
2
* The MIT License (MIT)
3
*
4
- * Copyright (c) 2015 Derick Rethans
+ * Copyright (c) 2015-2019 Derick Rethans
5
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
* of this software and associated documentation files (the "Software"), to deal
@@ -322,8 +322,8 @@ typedef struct _timelib_tzdb {
322
#endif
323
324
#define TIMELIB_VERSION 201801
325
-#define TIMELIB_EXTENDED_VERSION 20180105
326
-#define TIMELIB_ASCII_VERSION "2018.01RC3"
+#define TIMELIB_EXTENDED_VERSION 20180106
+#define TIMELIB_ASCII_VERSION "2018.01"
327
328
#define TIMELIB_NONE 0x00
329
#define TIMELIB_OVERRIDE_TIME 0x01
0 commit comments