summaryrefslogtreecommitdiff
path: root/Source/Dafny
diff options
context:
space:
mode:
authorGravatar leino <unknown>2016-04-01 15:41:57 -0700
committerGravatar leino <unknown>2016-04-01 15:41:57 -0700
commitdf5c5f547990c1f80ab7594a1f9287ee03a61754 (patch)
tree8b48c14c0108ccf02bf8ea2fa1c97c29268094f5 /Source/Dafny
parent3915e19054afe9b35e1222a12d252e85fba93f2e (diff)
New version number 1.9.7.30401, for binary release on Codeplex and Rise4fun.
Changed copyright date to include 2016.
Diffstat (limited to 'Source/Dafny')
-rw-r--r--Source/Dafny/DafnyOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Dafny/DafnyOptions.cs b/Source/Dafny/DafnyOptions.cs
index 607090eb..9258503b 100644
--- a/Source/Dafny/DafnyOptions.cs
+++ b/Source/Dafny/DafnyOptions.cs
@@ -28,7 +28,7 @@ namespace Microsoft.Dafny
}
public override string VersionSuffix {
get {
- return " version " + VersionNumber + ", Copyright (c) 2003-2015, Microsoft.";
+ return " version " + VersionNumber + ", Copyright (c) 2003-2016, Microsoft.";
}
}