Skip to content

Commit

Permalink
release v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleit-es committed Mar 13, 2018
1 parent 4f2178b commit a70056f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<property name="ant.build.javac.target" value="1.8" />
<property name="ant.build.javac.source" value="1.8" />
<property name="version" value="2.1.8+"/>
<property name="version" value="2.1.9"/>
<property name="deprecation" value="on"/>
<property name="Specification-Title" value="BeanShell2" />
<property name="Specification-Version" value="${version}" />
Expand Down
Binary file added dist/bsh-2.1.9.jar
Binary file not shown.
1 change: 1 addition & 0 deletions dist/bsh-2.1.9.jar.sha512sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0f5f4e6801e50b19be719f9ecf60f1be9d860656189050eb40d2116e986a2a37285de10b03181d3f10a568efb3eec00df2a169af8cd0314428eb3dfdc7496ef8 bsh-2.1.9.jar
2 changes: 1 addition & 1 deletion src/bsh/Interpreter.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public class Interpreter
{
/* --- Begin static members --- */

public static final String VERSION = "2.1.8+";
public static final String VERSION = "2.1.9";
/*
Debug utils are static so that they are reachable by code that doesn't
necessarily have an interpreter reference (e.g. tracing in utils).
Expand Down

0 comments on commit a70056f

Please sign in to comment.