Skip to content

Commit

Permalink
Version 73
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebbo committed Apr 21, 2018
1 parent 9cdd525 commit c3d2747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<PropertyGroup>
<!-- When bumping up MajorVersion, make sure to update VersionStartYear to current year -->
<MajorVersion>72</MajorVersion>
<MajorVersion>73</MajorVersion>
<VersionStartYear>2018</VersionStartYear>

<!-- Build number is of the format (CurrentYear - VersionStartYear + 1)(2 digit month)(2 digit day) -->
Expand Down
4 changes: 2 additions & 2 deletions Common/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyConfiguration("")]

// If you change this version, make sure to change Build\build.proj accordingly
[assembly: AssemblyVersion("72.0.0.0")]
[assembly: AssemblyFileVersion("72.0.0.0")]
[assembly: AssemblyVersion("73.0.0.0")]
[assembly: AssemblyFileVersion("73.0.0.0")]

[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]

0 comments on commit c3d2747

Please sign in to comment.