From 26884b01eecf5d9a3f3b405b9a975e9616f03569 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 7 Jul 2008 22:29:40 +0000 Subject: 6.0 --- NEWS | 2 ++ urpm.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 25d3bcd4..1aac249f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 6.0 - 8 July 2008, by Pascal "Pixel" Rigaux + - all tools: o handle "unrequested orphans" (similar to "deborphan") o statedir files are now in /var/lib/urpmi// diff --git a/urpm.pm b/urpm.pm index e40d44db..13f23276 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.20'; +our $VERSION = '6.0'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); -- cgit v1.2.1