diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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); |