summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-11-09 14:19:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-11-09 14:19:16 +0000
commit509486dde0a4b62a39cec5a558918bbbea4bf1e1 (patch)
tree72612d5f927647d0112e85fcc2d20b7447c68e2c /urpm.pm
parent0a44b380e0ad7c012c46ab1d996e2170f3c6fa14 (diff)
downloadurpmi-509486dde0a4b62a39cec5a558918bbbea4bf1e1.tar
urpmi-509486dde0a4b62a39cec5a558918bbbea4bf1e1.tar.gz
urpmi-509486dde0a4b62a39cec5a558918bbbea4bf1e1.tar.bz2
urpmi-509486dde0a4b62a39cec5a558918bbbea4bf1e1.tar.xz
urpmi-509486dde0a4b62a39cec5a558918bbbea4bf1e1.zip
Version bump
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 35ca93c9..85c83ee5 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.5';
+our $VERSION = '4.6';
our @ISA = qw(URPM);
use URPM;