From 0b7ba4a11d7615a09876e4b2cc7a0bcfeb003de6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 8 Jun 2012 18:50:27 +0000 Subject: 4.0 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ab0dac9..c5e10d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 4.0 - 8 Jun 2012 + - drop URPM::Query (broken for years) - drop support for rpm-4.8.x - kill functions unimplemented for years diff --git a/URPM.pm b/URPM.pm index b5aa3fb..6516e84 100644 --- a/URPM.pm +++ b/URPM.pm @@ -11,7 +11,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.40'; +our $VERSION = '4.0'; URPM->bootstrap($VERSION); -- cgit v1.2.1