aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--URPM.pm2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b59fb37..ce06a19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
-- drop list_rpm_tag()
+Version 3.21 - 9 December 2008, by Pascal "Pixel" Rigaux
+
- adapt to librpm4.6
+- drop list_rpm_tag()
Version 3.20 - 14 October 2008, by Pascal "Pixel" Rigaux
diff --git a/URPM.pm b/URPM.pm
index 5903760..8149919 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.20';
+our $VERSION = '3.21';
URPM->bootstrap($VERSION);