[interchange] Bump Vend::Util version
Jon Jensen <[email protected]> Tue, 15 May 2018 04:26:27 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 5799e40efd5db7d93a33e561c98bb06d9db1b131 Author: Jon Jensen <[email protected]> Date: Mon May 14 22:26:10 2018 -0600 Bump Vend::Util version lib/Vend/Util.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/lib/Vend/Util.pm b/lib/Vend/Util.pm index 96b3818..ba5ca43 100644 --- a/lib/Vend/Util.pm +++ b/lib/Vend/Util.pm @@ -1,6 +1,6 @@ # Vend::Util - Interchange utility functions # -# Copyright (C) 2002-2017 Interchange Development Group +# Copyright (C) 2002-2018 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. # # This program was originally based on Vend 0.2 and 0.3 @@ -103,7 +103,7 @@ use Vend::Safe; use Vend::File; use subs qw(logError logGlobal); use vars qw($VERSION @EXPORT @EXPORT_OK); -$VERSION = '2.130'; +$VERSION = '2.131'; my $Eval_routine; my $Eval_routine_file;