Commit 122d095 1 parent 977769e commit 122d095 Copy full SHA for 122d095
File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ endif()
11
11
12
12
set (CPPREST_VERSION_MAJOR 2)
13
13
set (CPPREST_VERSION_MINOR 10)
14
- set (CPPREST_VERSION_REVISION 17 )
14
+ set (CPPREST_VERSION_REVISION 18 )
15
15
16
16
enable_testing ()
17
17
Original file line number Diff line number Diff line change 5
5
*/
6
6
#define CPPREST_VERSION_MINOR 10
7
7
#define CPPREST_VERSION_MAJOR 2
8
- #define CPPREST_VERSION_REVISION 17
8
+ #define CPPREST_VERSION_REVISION 18
9
9
10
10
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR * 100000 + CPPREST_VERSION_MINOR * 100 + CPPREST_VERSION_REVISION)
Original file line number Diff line number Diff line change
1
+ cpprestsdk (2.10.18)
2
+ * PR #1571 Add ability to parse and emit the NT Epoch 1601-01-01T00:00:00Z
3
+ * PR #1571 Update vcpkg submodule
4
+ * Update CI configuration
5
+ -- cpprestsdk team MON, 1 Feb 2021 20:02:00 -0700
6
+
1
7
cpprestsdk (2.10.17)
2
8
* PR #1550 Fix year calculation for the last day of a leap year
3
9
* PR #1523 Fix wrong linking of Apple Frameworks on MacOS
You can’t perform that action at this time.
0 commit comments