From 6f96bc4258c5e8ed7c054a56ae811c7a6b5e684e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 11 Aug 2007 12:21:20 +0000 Subject: 1.73 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f1e2879..88f4c61 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 1.73 - 11 August 2007, by Pascal "Pixel" Rigaux + - allow running transaction with replagekgs option Version 1.72 - 10 August 2007, by Pascal "Pixel" Rigaux diff --git a/URPM.pm b/URPM.pm index 1042380..527e4bf 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.72'; +our $VERSION = '1.73'; URPM->bootstrap($VERSION); -- cgit v1.2.1