diff options
Diffstat (limited to 'jpl')
-rw-r--r-- | jpl/JNI/JNI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jpl/JNI/JNI.pm b/jpl/JNI/JNI.pm index 6ef65e275a..a5ce515c27 100644 --- a/jpl/JNI/JNI.pm +++ b/jpl/JNI/JNI.pm @@ -187,7 +187,7 @@ require AutoLoader; GetJavaVM ); -$VERSION = '0.1'; +$VERSION = '0.2'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() |