summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd J <mohawk2@users.noreply.github.com>2022-02-12 23:36:02 +0000
committerEd J <mohawk2@users.noreply.github.com>2022-02-12 23:36:02 +0000
commit428d595ea6b58585f080b69e85700ae5b2de2f13 (patch)
tree62d49bc948658dba7d7fd70023ae971077ddf9e2
parentc1605c075ba423721d239cdbfeca2774f7b733eb (diff)
0.67
-rw-r--r--CHANGES2
-rw-r--r--lib/Inline/Java.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5731c14..146f08b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
+0.67 2022-02-12
- remove support for Win95/98/ME
+- append to CLASSPATH in test not set (#10, #11) - thanks @jlberner
0.66 Fri Apr 6 01:26:50 BST 2018
- Fix build on Cygwin [RT#119307] - thanks @mperry2!
diff --git a/lib/Inline/Java.pm b/lib/Inline/Java.pm
index 558b531..38d09d0 100644
--- a/lib/Inline/Java.pm
+++ b/lib/Inline/Java.pm
@@ -7,7 +7,7 @@ use base qw(Inline Exporter);
# Export the cast function if wanted
our @EXPORT_OK = qw(cast coerce study_classes caught jar j2sdk);
-our $VERSION = '0.66';
+our $VERSION = '0.67';
# DEBUG is set via the DEBUG config
our $DEBUG = 0 unless defined $DEBUG;