From 0288ae9e95b6025c5fa3cf9e42539804936d6a79 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 7 Mar 2008 18:10:25 +0000 Subject: 5.9 --- NEWS | 2 ++ urpm.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4d322e66..dc93d440 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 5.9 - 6 March 2008, by Thierry Vignaud + - modify infrastructure so that rpmdrake doesn't select all updates by default (#38611) diff --git a/urpm.pm b/urpm.pm index b92d766c..80aeda88 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.8.1'; +our $VERSION = '5.9'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); -- cgit v1.2.1