File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ endif()
1111
1212set (CPPREST_VERSION_MAJOR 2)
1313set (CPPREST_VERSION_MINOR 10)
14- set (CPPREST_VERSION_REVISION 16 )
14+ set (CPPREST_VERSION_REVISION 17 )
1515
1616enable_testing ()
1717
Original file line number Diff line number Diff line change 55 */
66#define CPPREST_VERSION_MINOR 10
77#define CPPREST_VERSION_MAJOR 2
8- #define CPPREST_VERSION_REVISION 16
8+ #define CPPREST_VERSION_REVISION 17
99
1010#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+
19cpprestsdk (2.10.16)
210* PR #1383 CMake fixes + CMake search for OpenSSL (macOS)
311* PR #1392 Update submodule websocketpp to 0.8.2
You can’t perform that action at this time.
0 commit comments