File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
* Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4
4
*
5
5
*/
6
- #define CPPREST_VERSION_REVISION 2
6
+ #define CPPREST_VERSION_REVISION 5
7
7
#define CPPREST_VERSION_MINOR 10
8
- #define CPPREST_VERSION_MAJOR 4
8
+ #define CPPREST_VERSION_MAJOR 2
9
9
10
10
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
11
11
Original file line number Diff line number Diff line change
1
+ cpprestsdk (2.10.5)
2
+ ----------------------
3
+ * Issue #842 Fix incorrect ` cpprest/version.h `
4
+ -- cpprestsdk team < askcasablanca@microsoft.com > FRI, 17 Aug 2018 09:47:00 -0800
5
+
1
6
cpprestsdk (2.10.4)
2
7
----------------------
3
8
* Added a ` .clang-format ` to enable consistent formatting.
You can’t perform that action at this time.
0 commit comments