Skip to content

Commit 91f66c6

Browse files
authored
Mint 2.10.10 to unblock Azure storage folks. (#1034)
1 parent 4ddaec3 commit 91f66c6

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 9)
14+
set(CPPREST_VERSION_REVISION 10)
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 9
8+
#define CPPREST_VERSION_REVISION 10
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.10)
2+
----------------------
3+
* PR#1023 Handle multi-byte unicode characters in json parsing
4+
* PR#1033 Temporary fix for VS2013. Note that VS2013 is still not in support.
5+
-- cpprestsdk team <[email protected]> TUE, 29 Jan 2019 22:38:00 -0800
6+
17
cpprestsdk (2.10.9)
28
----------------------
39
* PR#973 Address gcc warnings-as-errors in compression code, test improvements

0 commit comments

Comments
 (0)