Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Feb 14, 2021
1 parent e3cc68d commit cb35202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Event/Event.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package Tk::Event;
use vars qw($VERSION $XS_VERSION @EXPORT_OK);
END { CleanupGlue() }
$VERSION = '4.039';
$XS_VERSION = '804.035_501';
$VERSION = '4.040';
$XS_VERSION = '804.036';
$XS_VERSION =~ s{_}{};
use base qw(Exporter);
use XSLoader;
Expand Down
2 changes: 1 addition & 1 deletion Tk.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $Tk::CHANGE = 'git-controlled';
# is created, $VERSION is checked by bootstrap
$Tk::version = '8.4';
$Tk::patchLevel = '8.4';
$Tk::VERSION = '804.035_501';
$Tk::VERSION = '804.036';
$Tk::VERSION =~ s{_}{};
$Tk::XS_VERSION = $Tk::VERSION;
$Tk::strictMotif = 0;
Expand Down

0 comments on commit cb35202

Please sign in to comment.