summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-04-26 16:36:57 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-04-26 16:36:57 +0000
commit5fad00a5bfb1ae7fc4f263f7fc29c2f110fad61e (patch)
treea507fde5232722e001fe64ba6bd6fc69c05d2cd4 /urpm.pm
parent003a56be1f8f8d05f02c549a92145e49da529dd9 (diff)
downloadurpmi-5fad00a5bfb1ae7fc4f263f7fc29c2f110fad61e.tar
urpmi-5fad00a5bfb1ae7fc4f263f7fc29c2f110fad61e.tar.gz
urpmi-5fad00a5bfb1ae7fc4f263f7fc29c2f110fad61e.tar.bz2
urpmi-5fad00a5bfb1ae7fc4f263f7fc29c2f110fad61e.tar.xz
urpmi-5fad00a5bfb1ae7fc4f263f7fc29c2f110fad61e.zip
4.7.0-1mdk
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 8c9c7a96..e9318d66 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.6.24';
+our $VERSION = '4.7.0';
our @ISA = qw(URPM);
use URPM;