Up the F::S subpackage versions; up the JPL JNI.pm version
Jarkko Hietaniemi [Fri, 15 Aug 2003 05:06:39 +0000 (05:06 +0000)]
(the JPL cvs seems to be out of order), the only real change
(in JNI.xs) seems to have been CRLF->LF conversion.

p4raw-id: //depot/perl@20717

jpl/JNI/JNI.pm
lib/File/Spec/Cygwin.pm
lib/File/Spec/Unix.pm

index 6ef65e2..a5ce515 100644 (file)
@@ -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()
index eaf1203..6f3577f 100644 (file)
@@ -1,11 +1,10 @@
-
 package File::Spec::Cygwin;
 
 use strict;
 use vars qw(@ISA $VERSION);
 require File::Spec::Unix;
 
-$VERSION = '1.0';
+$VERSION = '1.1';
 
 @ISA = qw(File::Spec::Unix);
 
index 9e4ff7d..9de1cf7 100644 (file)
@@ -3,7 +3,7 @@ package File::Spec::Unix;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '1.4';
+$VERSION = '1.5';
 
 use Cwd;