Skip to content

Commit 5c2fbbd

Browse files
author
Rustan Leino
committed
New version number 1.9.7.30401, for binary release on Codeplex and Rise4fun.
Changed copyright date to include 2016.
1 parent 4b899a7 commit 5c2fbbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Source/Dafny/DafnyOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public override string VersionNumber {
2828
}
2929
public override string VersionSuffix {
3030
get {
31-
return " version " + VersionNumber + ", Copyright (c) 2003-2015, Microsoft.";
31+
return " version " + VersionNumber + ", Copyright (c) 2003-2016, Microsoft.";
3232
}
3333
}
3434

Source/version.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
2-
// Version 1.9.6, year 2013+2 month 11 day 16
3-
[assembly: AssemblyVersion("1.9.6.21116")]
4-
[assembly: AssemblyFileVersion("1.9.6.21116")]
2+
// Version 1.9.7, year 2013+3 month 04 day 01
3+
[assembly: AssemblyVersion("1.9.7.30401")]
4+
[assembly: AssemblyFileVersion("1.9.7.30401")]

0 commit comments

Comments
 (0)