File tree 3 files changed +8
-2
lines changed
3 files changed +8
-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 9 )
14
+ set (CPPREST_VERSION_REVISION 10 )
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 9
8
+ #define CPPREST_VERSION_REVISION 10
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.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
+
1
7
cpprestsdk (2.10.9)
2
8
----------------------
3
9
* PR #973 Address gcc warnings-as-errors in compression code, test improvements
You can’t perform that action at this time.
0 commit comments