Skip to content

Commit

Permalink
Update version to 6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
robward-ms committed Jun 7, 2017
1 parent 958d810 commit 853571f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CustomMSBuild/Versioning.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- For ODataLib -->
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">6</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">16</VersionMinor>
<VersionMinor Condition="'$(VersionMinor)' == ''">17</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">0</VersionBuildNumber>
<VersionBuildRevision Condition="'$(VersionBuildRevision)' == ''">0</VersionBuildRevision>
</PropertyGroup>
Expand Down

0 comments on commit 853571f

Please sign in to comment.