Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984/Win32-GUI-AxWindow
Modified Files:
AxWindow.pm Changes
Log Message:
1.04 Release
Index: AxWindow.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/AxWindow.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AxWindow.pm 16 Jul 2006 11:09:32 -0000 1.3
--- AxWindow.pm 15 Oct 2006 14:07:45 -0000 1.4
***************
*** 14,18 ****
our @ISA = qw(DynaLoader Win32::GUI::Window);
! our $VERSION = '0.08_01';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
--- 14,18 ----
our @ISA = qw(DynaLoader Win32::GUI::Window);
! our $VERSION = '0.09';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
Index: Changes
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/Changes,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Changes 11 Jun 2006 15:46:50 -0000 1.2
--- Changes 15 Oct 2006 14:07:45 -0000 1.3
***************
*** 1,4 ****
--- 1,7 ----
Revision history for Perl extension Win32::GUI::AxWindow.
+ 0.09 15/10/2006
+ - Win32::GUI 1.04 release. See CHANGELOG
+
0.08 27/05/2006
- Merge into Win32::GUI core build
|