From 161e88095e65696bcefd769026e8a0b616e4f015 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 3 May 2007 14:49:36 +0000 Subject: 1.62 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4591b1b..265197b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 1.62 - 3 May 2007, by Pascal "Pixel" Rigaux + - pass the virtual package name as a parameter to {callback_choices} in ->resolve_requested diff --git a/URPM.pm b/URPM.pm index e19a0a3..9a8c968 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.61'; +our $VERSION = '1.62'; URPM->bootstrap($VERSION); -- cgit v1.2.1