Skip to content

Commit

Permalink
Push version number to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Dec 15, 2017
1 parent bd4afa3 commit e8dda21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<CppRestBaseFileName>cpprest</CppRestBaseFileName>
<CppRestSDKVersionMajor>2</CppRestSDKVersionMajor>
<CppRestSDKVersionMinor>10</CppRestSDKVersionMinor>
<CppRestSDKVersionRevision>0</CppRestSDKVersionRevision>
<CppRestSDKVersionRevision>1</CppRestSDKVersionRevision>
<CppRestSDKVersionFileSuffix>$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix>
<CppRestSDKVersionString>$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString>
</PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion Release/include/cpprest/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
* Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
*
*/
#define CPPREST_VERSION_REVISION 0
#define CPPREST_VERSION_REVISION 1
#define CPPREST_VERSION_MINOR 10
#define CPPREST_VERSION_MAJOR 2

#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)

2 changes: 1 addition & 1 deletion Release/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_policy(SET CMP0022 NEW)

set(CPPREST_VERSION_MAJOR 2)
set(CPPREST_VERSION_MINOR 10)
set(CPPREST_VERSION_REVISION 0)
set(CPPREST_VERSION_REVISION 1)

file(GLOB HEADERS_CPPREST "../include/cpprest/*.h" "../include/cpprest/*.hpp" "../include/cpprest/*.dat")
file(GLOB HEADERS_PPLX "../include/pplx/*.h" "../include/pplx/*.hpp")
Expand Down

0 comments on commit e8dda21

Please sign in to comment.