Skip to content

Commit a70056f

Browse files
committed
release v2.1.9
1 parent 4f2178b commit a70056f

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<property name="ant.build.javac.target" value="1.8" />
1616
<property name="ant.build.javac.source" value="1.8" />
17-
<property name="version" value="2.1.8+"/>
17+
<property name="version" value="2.1.9"/>
1818
<property name="deprecation" value="on"/>
1919
<property name="Specification-Title" value="BeanShell2" />
2020
<property name="Specification-Version" value="${version}" />

dist/bsh-2.1.9.jar

380 KB
Binary file not shown.

dist/bsh-2.1.9.jar.sha512sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0f5f4e6801e50b19be719f9ecf60f1be9d860656189050eb40d2116e986a2a37285de10b03181d3f10a568efb3eec00df2a169af8cd0314428eb3dfdc7496ef8 bsh-2.1.9.jar

src/bsh/Interpreter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public class Interpreter
107107
{
108108
/* --- Begin static members --- */
109109

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

0 commit comments

Comments
 (0)