Skip to content

Commit 122d095

Browse files
committed
mint 2.10.18
1 parent 977769e commit 122d095

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Release/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif()
1111

1212
set(CPPREST_VERSION_MAJOR 2)
1313
set(CPPREST_VERSION_MINOR 10)
14-
set(CPPREST_VERSION_REVISION 17)
14+
set(CPPREST_VERSION_REVISION 18)
1515

1616
enable_testing()
1717

Release/include/cpprest/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*/
66
#define CPPREST_VERSION_MINOR 10
77
#define CPPREST_VERSION_MAJOR 2
8-
#define CPPREST_VERSION_REVISION 17
8+
#define CPPREST_VERSION_REVISION 18
99

1010
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR * 100000 + CPPREST_VERSION_MINOR * 100 + CPPREST_VERSION_REVISION)

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
cpprestsdk (2.10.17)
28
* PR#1550 Fix year calculation for the last day of a leap year
39
* PR#1523 Fix wrong linking of Apple Frameworks on MacOS

0 commit comments

Comments
 (0)