From 60031191b7012fdfe8e1af6bd43ff9b36b0c5825 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 29 Apr 2003 17:16:45 +0000 Subject: first try of 4.2 compatible perl-URPM, missing verify_signature, new version 0.83 --- URPM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'URPM.pm') diff --git a/URPM.pm b/URPM.pm index f186fe0..84da16f 100644 --- a/URPM.pm +++ b/URPM.pm @@ -4,7 +4,7 @@ use strict; use DynaLoader; our @ISA = qw(DynaLoader); -our $VERSION = '0.82'; +our $VERSION = '0.83'; URPM->bootstrap($VERSION); -- cgit v1.2.1