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 35b5496..5c44487 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
-- fix lookup of existing pubkeys (#53710)
+Version 3.33 - 5 October 2009, by Christophe Fergeau
+
+- fix lookup of existing pubkeys (#53710) (by Pascal Terjan)
Version 3.32 - 10 August 2009, by Christophe Fergeau
diff --git a/URPM.pm b/URPM.pm
index df81cb3..0e5a9dc 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.32';
+our $VERSION = '3.33';
URPM->bootstrap($VERSION);