Skip to content

Commit

Permalink
Update version to 7.9.0 (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenitoInc authored May 12, 2021
1 parent f19ef37 commit 684b667
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)' == ''">8</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">3</VersionBuildNumber>
<VersionMinor Condition="'$(VersionMinor)' == ''">9</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">0</VersionBuildNumber>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

Expand Down

0 comments on commit 684b667

Please sign in to comment.