File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 >1 </CppRestSDKVersionRevision >
7+ <CppRestSDKVersionRevision >2 </CppRestSDKVersionRevision >
88 <CppRestSDKVersionFileSuffix >$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix >
99 <CppRestSDKVersionString >$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString >
1010 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ endif()
1111
1212set (CPPREST_VERSION_MAJOR 2)
1313set (CPPREST_VERSION_MINOR 10)
14- set (CPPREST_VERSION_REVISION 1 )
14+ set (CPPREST_VERSION_REVISION 2 )
1515
1616enable_testing ()
1717
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 1
6+ #define CPPREST_VERSION_REVISION 2
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-
11+
You can’t perform that action at this time.
0 commit comments