From 0331c9f5dec24ba8f853b0c554b0462d10390cb8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 22 Jun 2012 16:03:08 +0000 Subject: 4.8 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 28e887f..cfb78e0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 4.8 - 22 June 2012 + - enable to read xz & bzip2 compressed synthesis - internal cleanups - ranges_overlap(): use rpm to compute whether it overlaps or not diff --git a/URPM.pm b/URPM.pm index 5c348c8..02c8b68 100644 --- a/URPM.pm +++ b/URPM.pm @@ -11,7 +11,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '4.7'; +our $VERSION = '4.8'; URPM->bootstrap($VERSION); -- cgit v1.2.1