From 40fe73ee28f83511fcfb243b3dfded6cc68bed82 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 3 Apr 2008 09:30:47 +0000 Subject: 5.19 --- NEWS | 2 ++ urpm.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dc247d4c..5226b6eb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 5.19 - 3 April 2008, by Pascal "Pixel" Rigaux + - urpmq: o --suggests is currently misleading, introduce --allow-suggests and explain the user that --suggests really means --allow-suggests (#39726) diff --git a/urpm.pm b/urpm.pm index 7f8c0924..f6aaebba 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.18'; +our $VERSION = '5.19'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); -- cgit v1.2.1