summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-09-13 17:05:20 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-09-13 17:05:20 +0200
commitceaf2d93cfb26f649af8b403f6afbfc09a444a71 (patch)
tree733961fa2250082c8cf7dd828ecff445fc9b488e /urpm.pm
parentf6952f7646cb26a73c864e8dfe7ead718fd5f731 (diff)
downloadurpmi-ceaf2d93cfb26f649af8b403f6afbfc09a444a71.tar
urpmi-ceaf2d93cfb26f649af8b403f6afbfc09a444a71.tar.gz
urpmi-ceaf2d93cfb26f649af8b403f6afbfc09a444a71.tar.bz2
urpmi-ceaf2d93cfb26f649af8b403f6afbfc09a444a71.tar.xz
urpmi-ceaf2d93cfb26f649af8b403f6afbfc09a444a71.zip
actually bump to 8.008.00
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 4ee71154..73ff345d 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -15,7 +15,7 @@ use urpm::md5sum;
# perl_checker: require urpm::media
# perl_checker: require urpm::parallel
-our $VERSION = '7.33';
+our $VERSION = '8.00';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');