summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-09-19 09:15:51 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-09-19 09:15:51 +0000
commit0bdaf6f021edf5aed698a8b0310f9513bfb44fc2 (patch)
treefcd2ba0f52edd036189c53f5b2848175f84c06b2 /urpm.pm
parent6c70c788d522cfaafd323fc779e078aded2caba1 (diff)
downloadurpmi-0bdaf6f021edf5aed698a8b0310f9513bfb44fc2.tar
urpmi-0bdaf6f021edf5aed698a8b0310f9513bfb44fc2.tar.gz
urpmi-0bdaf6f021edf5aed698a8b0310f9513bfb44fc2.tar.bz2
urpmi-0bdaf6f021edf5aed698a8b0310f9513bfb44fc2.tar.xz
urpmi-0bdaf6f021edf5aed698a8b0310f9513bfb44fc2.zip
Bump version to 4.8.27 and regen changelog
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 6771a7af..83881bcd 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use MDV::Distribconf;
-our $VERSION = '4.8.26';
+our $VERSION = '4.8.27';
our @ISA = qw(URPM);
use URPM;