aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-08 18:50:27 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-08 18:50:27 +0000
commit0b7ba4a11d7615a09876e4b2cc7a0bcfeb003de6 (patch)
treeea5fd7d93637fde9b5e87b871b8e293cc9519fed
parent1986d55fed70064c3f8d5fda21b10c703484da0e (diff)
downloadperl-URPM-0b7ba4a11d7615a09876e4b2cc7a0bcfeb003de6.tar
perl-URPM-0b7ba4a11d7615a09876e4b2cc7a0bcfeb003de6.tar.gz
perl-URPM-0b7ba4a11d7615a09876e4b2cc7a0bcfeb003de6.tar.bz2
perl-URPM-0b7ba4a11d7615a09876e4b2cc7a0bcfeb003de6.tar.xz
perl-URPM-0b7ba4a11d7615a09876e4b2cc7a0bcfeb003de6.zip
4.04.0
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab0dac9..c5e10d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 4.0 - 8 Jun 2012
+
- drop URPM::Query (broken for years)
- drop support for rpm-4.8.x
- kill functions unimplemented for years
diff --git a/URPM.pm b/URPM.pm
index b5aa3fb..6516e84 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.40';
+our $VERSION = '4.0';
URPM->bootstrap($VERSION);