aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2011-07-05 19:34:37 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2011-07-05 19:34:37 +0000
commit5dc88722deadeb692a5478a8d69fa91bb2cdb395 (patch)
treec3eb2a415a64a459885b66fc853ee02ef623607b
parent221e78879b4112eb09e56c6a2f31b0ed409275b4 (diff)
downloadperl-URPM-5dc88722deadeb692a5478a8d69fa91bb2cdb395.tar
perl-URPM-5dc88722deadeb692a5478a8d69fa91bb2cdb395.tar.gz
perl-URPM-5dc88722deadeb692a5478a8d69fa91bb2cdb395.tar.bz2
perl-URPM-5dc88722deadeb692a5478a8d69fa91bb2cdb395.tar.xz
perl-URPM-5dc88722deadeb692a5478a8d69fa91bb2cdb395.zip
bump version
-rw-r--r--URPM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.pm b/URPM.pm
index 7bff76a..6b5e82d 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '4.34';
+our $VERSION = '4.35';
URPM->bootstrap($VERSION);