File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <CppRestBaseFileName >cpprest</CppRestBaseFileName >
55 <CppRestSDKVersionMajor >2</CppRestSDKVersionMajor >
6- <CppRestSDKVersionMinor >8 </CppRestSDKVersionMinor >
6+ <CppRestSDKVersionMinor >9 </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 8
19+ #define CPPREST_VERSION_MINOR 9
2020#define CPPREST_VERSION_MAJOR 2
2121
2222#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ target_link_libraries(cpprest
132132
133133# Portions specific to cpprest binary versioning.
134134set (CPPREST_VERSION_MAJOR 2)
135- set (CPPREST_VERSION_MINOR 8 )
135+ set (CPPREST_VERSION_MINOR 9 )
136136set (CPPREST_VERSION_REVISION 0)
137137
138138if (WIN32 )
You can’t perform that action at this time.
0 commit comments