Skip to content

Commit

Permalink
Version 62
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebbo committed Apr 4, 2017
1 parent bac363e commit 5df4b7b
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 @@ -18,7 +18,7 @@
</PropertyGroup>

<PropertyGroup>
<MajorVersion>61</MajorVersion>
<MajorVersion>62</MajorVersion>
<!-- Ensure that we come up with a new version every 65535 years -->
<VersionStartYear>2012</VersionStartYear>

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("61.0.0.0")]
[assembly: AssemblyFileVersion("61.0.0.0")]
[assembly: AssemblyVersion("62.0.0.0")]
[assembly: AssemblyFileVersion("62.0.0.0")]

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

0 comments on commit 5df4b7b

Please sign in to comment.