Skip to content

Commit 41e7d00

Browse files
authored
Merge pull request #1551 from barcharcraz/make-release-2.10.17
mint 2.10.17
2 parents fca7ac8 + 5fda55a commit 41e7d00

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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 16)
14+
set(CPPREST_VERSION_REVISION 17)
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 16
8+
#define CPPREST_VERSION_REVISION 17
99

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

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
cpprestsdk (2.10.16)
210
* PR#1383 CMake fixes + CMake search for OpenSSL (macOS)
311
* PR#1392 Update submodule websocketpp to 0.8.2

0 commit comments

Comments
 (0)