diff options
Diffstat (limited to 'Perl')
-rw-r--r-- | Perl/Zinc.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm index b353dcc..19e09ce 100644 --- a/Perl/Zinc.pm +++ b/Perl/Zinc.pm @@ -14,7 +14,7 @@ Construct Tk::Widget 'Zinc'; use vars qw($VERSION $REVISION); $REVISION = q$Revision$ ; # this line is automagically modified by CVS -$VERSION = 3.294; +$VERSION = 3.29401; bootstrap Tk::Zinc $Tk::VERSION; |