File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <CppRestBaseFileName >cpprest</CppRestBaseFileName >
55 <CppRestSDKVersionMajor >2</CppRestSDKVersionMajor >
6- <CppRestSDKVersionMinor >2 </CppRestSDKVersionMinor >
6+ <CppRestSDKVersionMinor >3 </CppRestSDKVersionMinor >
77 <CppRestSDKVersionRevision >0</CppRestSDKVersionRevision >
88 <CppRestSDKVersionFileSuffix >$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix >
99 <CppRestSDKVersionString >$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString >
Original file line number Diff line number Diff line change 1616* ==--==
1717*/
1818#define CPPREST_VERSION_REVISION 0
19- #define CPPREST_VERSION_MINOR 2
19+ #define CPPREST_VERSION_MINOR 3
2020#define CPPREST_VERSION_MAJOR 2
2121
2222#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
You can’t perform that action at this time.
0 commit comments