summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-09-20 09:38:06 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-09-20 09:38:06 +0000
commit2df30711fef4a29c36f195fc9552599c04f6e562 (patch)
treeb53d93779bac1d11f84b3487a7c8aa2a466038fa /urpm.pm
parentbe2ae14d6b08f9633af1eca8293e520b8776d857 (diff)
downloadurpmi-2df30711fef4a29c36f195fc9552599c04f6e562.tar
urpmi-2df30711fef4a29c36f195fc9552599c04f6e562.tar.gz
urpmi-2df30711fef4a29c36f195fc9552599c04f6e562.tar.bz2
urpmi-2df30711fef4a29c36f195fc9552599c04f6e562.tar.xz
urpmi-2df30711fef4a29c36f195fc9552599c04f6e562.zip
Update Changelog and bump version number to 4.8.284.8.28
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 83078ea2..00c9600d 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use MDV::Distribconf;
-our $VERSION = '4.8.27';
+our $VERSION = '4.8.28';
our @ISA = qw(URPM);
use URPM;