File tree 3 files changed +4
-3
lines changed 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
<CppRestBaseFileName >cpprest</CppRestBaseFileName >
5
5
<CppRestSDKVersionMajor >2</CppRestSDKVersionMajor >
6
6
<CppRestSDKVersionMinor >10</CppRestSDKVersionMinor >
7
- <CppRestSDKVersionRevision >0 </CppRestSDKVersionRevision >
7
+ <CppRestSDKVersionRevision >1 </CppRestSDKVersionRevision >
8
8
<CppRestSDKVersionFileSuffix >$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix >
9
9
<CppRestSDKVersionString >$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString >
10
10
</PropertyGroup >
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 0
6
+ #define CPPREST_VERSION_REVISION 1
7
7
#define CPPREST_VERSION_MINOR 10
8
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
+
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_policy(SET CMP0022 NEW)
2
2
3
3
set (CPPREST_VERSION_MAJOR 2)
4
4
set (CPPREST_VERSION_MINOR 10)
5
- set (CPPREST_VERSION_REVISION 0 )
5
+ set (CPPREST_VERSION_REVISION 1 )
6
6
7
7
file (GLOB HEADERS_CPPREST "../include/cpprest/*.h" "../include/cpprest/*.hpp" "../include/cpprest/*.dat" )
8
8
file (GLOB HEADERS_PPLX "../include/pplx/*.h" "../include/pplx/*.hpp" )
You can’t perform that action at this time.
0 commit comments