Skip to content

Commit

Permalink
New version number 1.9.7.30401, for binary release on Codeplex and Ri…
Browse files Browse the repository at this point in the history
…se4fun.

Changed copyright date to include 2016.
  • Loading branch information
Rustan Leino committed Apr 1, 2016
1 parent 4b899a7 commit 5c2fbbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/Dafny/DafnyOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public override string VersionNumber {
}
public override string VersionSuffix {
get {
return " version " + VersionNumber + ", Copyright (c) 2003-2015, Microsoft.";
return " version " + VersionNumber + ", Copyright (c) 2003-2016, Microsoft.";
}
}

Expand Down
6 changes: 3 additions & 3 deletions Source/version.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
// Version 1.9.6, year 2013+2 month 11 day 16
[assembly: AssemblyVersion("1.9.6.21116")]
[assembly: AssemblyFileVersion("1.9.6.21116")]
// Version 1.9.7, year 2013+3 month 04 day 01
[assembly: AssemblyVersion("1.9.7.30401")]
[assembly: AssemblyFileVersion("1.9.7.30401")]

0 comments on commit 5c2fbbd

Please sign in to comment.