summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b331ce6f..05473924 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 7.33 - 6 September 2014
+Version 8.00 - 13 September 2014
- rpm-4.12 support:
o adapt to URPM-5.00
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');