Skip to content

Commit

Permalink
4.1b3
Browse files Browse the repository at this point in the history
  • Loading branch information
nrfulton committed Feb 19, 2016
1 parent 6f69224 commit 12ddc0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ scalaVersion in ThisBuild := "2.11.7"

//scalacOptions in ThisBuild ++= Seq("-Xno-patmat-analysis")

version := "4.1b2"
version := "4.1b3"

lazy val core = (project in file("keymaerax-core"))

Expand Down
2 changes: 1 addition & 1 deletion keymaerax-core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "KeYmaeraX-Core"

version := "4.1b2"
version := "4.1b3"

assemblyJarName in assembly := "keymaerax-core-" + version.value + ".jar"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ package edu.cmu.cs.ls.keymaerax
*/
package object core {
/** KeYmaera X version number */
val VERSION = "4.1b2"
val VERSION = "4.1b3"

/** Insist on requirement being true, throwing a [[CoreException]] if false.
* This method is a require` coming from the prover core that cannot be disabled.
Expand Down
2 changes: 1 addition & 1 deletion keymaerax-webui/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "KeYmaeraX-Web"

version := "4.1b2"
version := "4.1b3"

//scalacOptions ++= Seq("-Xno-patmat-analysis")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
</button>
<ul class="dropdown-menu">
<li><a ng-click="openTacticEditor()">Open Tactic Editor</a></li>
<li><a ng-click="extractTactic()">Extract Tactic</a></li>
<!--<li><a ng-click="extractTactic()">Extract Tactic</a></li>-->
</ul>
</div>
</form>
Expand Down

0 comments on commit 12ddc0d

Please sign in to comment.