From c19d5277b1a40ead5e74bc9562c27dedb9068f69 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 26 Nov 2007 14:06:39 +0000 Subject: 4.10.15 --- NEWS | 2 ++ urpm.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 09135fe0..3593800f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 4.10.15 - 26 November 2007, by Pascal "Pixel" Rigaux + - all tools: o exit with code 1 after displaying usage (instead of exit code 0) - urpmi: diff --git a/urpm.pm b/urpm.pm index 2cbb3d2d..979370d8 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '4.10.14'; +our $VERSION = '4.10.15'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = 'file_from_local_url'; -- cgit v1.2.1