File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 <CppRestBaseFileName >cpprest</CppRestBaseFileName >
55 <CppRestSDKVersionMajor >2</CppRestSDKVersionMajor >
66 <CppRestSDKVersionMinor >10</CppRestSDKVersionMinor >
7- <CppRestSDKVersionRevision >0 </CppRestSDKVersionRevision >
7+ <CppRestSDKVersionRevision >1 </CppRestSDKVersionRevision >
88 <CppRestSDKVersionFileSuffix >$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix >
99 <CppRestSDKVersionString >$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString >
1010 </PropertyGroup >
Original file line number Diff line number Diff line change 33* Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
44*
55*/
6- #define CPPREST_VERSION_REVISION 0
6+ #define CPPREST_VERSION_REVISION 1
77#define CPPREST_VERSION_MINOR 10
88#define CPPREST_VERSION_MAJOR 2
99
1010#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
11+
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_policy(SET CMP0022 NEW)
22
33set (CPPREST_VERSION_MAJOR 2)
44set (CPPREST_VERSION_MINOR 10)
5- set (CPPREST_VERSION_REVISION 0 )
5+ set (CPPREST_VERSION_REVISION 1 )
66
77file (GLOB HEADERS_CPPREST "../include/cpprest/*.h" "../include/cpprest/*.hpp" "../include/cpprest/*.dat" )
88file (GLOB HEADERS_PPLX "../include/pplx/*.h" "../include/pplx/*.hpp" )
You can’t perform that action at this time.
0 commit comments