We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b899a7 commit 5c2fbbdCopy full SHA for 5c2fbbd
Source/Dafny/DafnyOptions.cs
@@ -28,7 +28,7 @@ public override string VersionNumber {
28
}
29
public override string VersionSuffix {
30
get {
31
- return " version " + VersionNumber + ", Copyright (c) 2003-2015, Microsoft.";
+ return " version " + VersionNumber + ", Copyright (c) 2003-2016, Microsoft.";
32
33
34
Source/version.cs
@@ -1,4 +1,4 @@
1
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")]
+// Version 1.9.7, year 2013+3 month 04 day 01
+[assembly: AssemblyVersion("1.9.7.30401")]
+[assembly: AssemblyFileVersion("1.9.7.30401")]
0 commit comments