diff options
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ use strict; use DynaLoader; our @ISA = qw(DynaLoader); -our $VERSION = '0.93'; +our $VERSION = '0.94'; URPM->bootstrap($VERSION); |