File tree Expand file tree Collapse file tree 4 files changed +124
-124
lines changed Expand file tree Collapse file tree 4 files changed +124
-124
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<CppRestBaseFileName >cpprest</CppRestBaseFileName >
5
5
<CppRestSDKVersionMajor >2</CppRestSDKVersionMajor >
6
- <CppRestSDKVersionMinor >2 </CppRestSDKVersionMinor >
6
+ <CppRestSDKVersionMinor >3 </CppRestSDKVersionMinor >
7
7
<CppRestSDKVersionRevision >0</CppRestSDKVersionRevision >
8
8
<CppRestSDKVersionFileSuffix >$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix >
9
9
<CppRestSDKVersionString >$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString >
Original file line number Diff line number Diff line change 16
16
* ==--==
17
17
*/
18
18
#define CPPREST_VERSION_REVISION 0
19
- #define CPPREST_VERSION_MINOR 2
19
+ #define CPPREST_VERSION_MINOR 3
20
20
#define CPPREST_VERSION_MAJOR 2
21
21
22
22
#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