Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7626/Win32-GUI-Scintilla
Modified Files:
Scintilla.PL Scintilla.pod
Log Message:
Update version of changed modules. Update Win32-GUI version to 1.05_90
Index: Scintilla.pod
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/Scintilla.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Scintilla.pod 16 Jul 2006 11:09:33 -0000 1.3
--- Scintilla.pod 1 Feb 2008 13:33:22 -0000 1.4
***************
*** 2379,2383 ****
Copyright 2003..2005 by Laurent Rocher (lr...@cp...).
! Copyright 2006 by Robert May (rob...@us...).
This program is free software; you can redistribute it and/or modify it
--- 2379,2383 ----
Copyright 2003..2005 by Laurent Rocher (lr...@cp...).
! Copyright 2006..2008 by Robert May (rob...@us...).
This program is free software; you can redistribute it and/or modify it
Index: Scintilla.PL
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/Scintilla.PL,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Scintilla.PL 15 Jul 2007 19:08:40 -0000 1.6
--- Scintilla.PL 1 Feb 2008 13:33:22 -0000 1.7
***************
*** 47,51 ****
our @ISA = qw(DynaLoader Win32::GUI::Window);
! our $VERSION = "1.90";
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
--- 47,51 ----
our @ISA = qw(DynaLoader Win32::GUI::Window);
! our $VERSION = "1.91";
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
|