diff options
Diffstat (limited to 'dist/threads/lib/threads.pm')
-rw-r--r-- | dist/threads/lib/threads.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index 35bed52ad0..b48ef7ee49 100644 --- a/dist/threads/lib/threads.pm +++ b/dist/threads/lib/threads.pm @@ -5,7 +5,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.82'; +our $VERSION = '1.83'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |