Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984/Win32-GUI-Constants
Modified Files:
Changes Constants.pm
Log Message:
1.04 Release
Index: Constants.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/Constants.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Constants.pm 16 Jul 2006 11:09:32 -0000 1.5
--- Constants.pm 15 Oct 2006 14:07:46 -0000 1.6
***************
*** 17,21 ****
=cut
! our $VERSION = '0.01_01';
our $XS_VERSION = $VERSION;
eval $VERSION;
--- 17,21 ----
=cut
! our $VERSION = '0.02';
our $XS_VERSION = $VERSION;
eval $VERSION;
Index: Changes
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/Changes,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Changes 14 Jun 2006 22:26:31 -0000 1.1
--- Changes 15 Oct 2006 14:07:45 -0000 1.2
***************
*** 1,4 ****
--- 1,7 ----
Revision history for Perl extension Win32::GUI::Constants.
+ 0.02 15/10/2006
+ - Win32::GUI 1.04 release. See CHANGELOG.
+
0.01 22/05/2006
- original version
|