Skip to content

Commit

Permalink
Increasing release version from 7.9.4 to 7.10.0 (#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
corranrogue9 authored Jan 27, 2022
1 parent bc71966 commit d8ab7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/CustomMSBuild/Versioning.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!-- Set the version number: major, minor, build and release (i.e. alpha, beta or blank for RTM)-->
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">9</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">4</VersionBuildNumber>
<VersionMinor Condition="'$(VersionMinor)' == ''">10</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">0</VersionBuildNumber>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

Expand Down

0 comments on commit d8ab7bd

Please sign in to comment.