summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/Tk/Event.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/Tk/Event.pm')
-rw-r--r--Master/tlpkg/tlperl/site/lib/Tk/Event.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/Tk/Event.pm b/Master/tlpkg/tlperl/site/lib/Tk/Event.pm
index f00a0b5bdbe..39ad4c91fbf 100644
--- a/Master/tlpkg/tlperl/site/lib/Tk/Event.pm
+++ b/Master/tlpkg/tlperl/site/lib/Tk/Event.pm
@@ -1,8 +1,8 @@
package Tk::Event;
use vars qw($VERSION $XS_VERSION @EXPORT_OK);
END { CleanupGlue() }
-$VERSION = '4.033';
-$XS_VERSION = '804.033';
+$VERSION = '4.035';
+$XS_VERSION = '804.034';
$XS_VERSION =~ s{_}{};
use base qw(Exporter);
use XSLoader;