File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed
Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 } " />
Original file line number Diff line number Diff line change 1+ 0f5f4e6801e50b19be719f9ecf60f1be9d860656189050eb40d2116e986a2a37285de10b03181d3f10a568efb3eec00df2a169af8cd0314428eb3dfdc7496ef8 bsh-2.1.9.jar
Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments