File tree 3 files changed +10
-2
lines changed
3 files changed +10
-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 16 )
14
+ set (CPPREST_VERSION_REVISION 17 )
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 16
8
+ #define CPPREST_VERSION_REVISION 17
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.17)
2
+ * PR #1550 Fix year calculation for the last day of a leap year
3
+ * PR #1523 Fix wrong linking of Apple Frameworks on MacOS
4
+ * PR #1520 Define __ STDC_FORMAT_MACROS when it hasn't been defined to avoid duplicate define error.
5
+ * PR #1415 Delete apparently broken .vcxprojs and .pfxes.
6
+ * Removed defunct email contact information from the readme
7
+ -- cpprestsdk team WED, 30 Dec 2020 20:08:00 -0700
8
+
1
9
cpprestsdk (2.10.16)
2
10
* PR #1383 CMake fixes + CMake search for OpenSSL (macOS)
3
11
* PR #1392 Update submodule websocketpp to 0.8.2
You can’t perform that action at this time.
0 commit comments