aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1cf24e8..bd11719 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.05 - 8 January 2008, by Pascal "Pixel" Rigaux
+
- fix regression in ->parse_rpm (introduced in 3.00)
(was breaking genhdlist2 and mkcd)
diff --git a/URPM.pm b/URPM.pm
index b375078..dd2134a 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.04';
+our $VERSION = '3.05';
URPM->bootstrap($VERSION);