Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984/Win32-GUI-Scintilla
Modified Files: Perl.pm Scintilla.PL Log Message: 1.04 Release Index: Perl.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/Perl.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Perl.pm 14 Jun 2006 22:26:31 -0000 1.3 --- Perl.pm 15 Oct 2006 14:07:46 -0000 1.4 *************** *** 8,12 **** use Win32::GUI::Scintilla(); ! our $VERSION = "0.01"; =head1 NAME --- 8,12 ---- use Win32::GUI::Scintilla(); ! our $VERSION = "0.02"; =head1 NAME Index: Scintilla.PL =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/Scintilla.PL,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Scintilla.PL 15 Oct 2006 12:16:22 -0000 1.4 --- Scintilla.PL 15 Oct 2006 14:07:46 -0000 1.5 *************** *** 47,51 **** our @ISA = qw(DynaLoader Win32::GUI::Window); ! our $VERSION = 1.80_01; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; --- 47,51 ---- our @ISA = qw(DynaLoader Win32::GUI::Window); ! our $VERSION = "1.90"; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION;