From d65d4402675b6dd37b14aa3ef99956f3c5326046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Sun, 26 Jul 2009 08:07:49 +0000 Subject: =?UTF-8?q?bumping=20version=20was=20forgotten=20for=203.30=20rele?= =?UTF-8?q?ase,=20might=20as=20well=20bump=20it=20up=20to=203.31=20now=20f?= =?UTF-8?q?or=20next=20release=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- URPM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URPM.pm b/URPM.pm index 9b31ee8..dc10a0f 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.29'; +our $VERSION = '3.31'; URPM->bootstrap($VERSION); -- cgit v1.2.1