From 36cd336bccbfe58fd15d2bcee0bc60891a75005a Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Tue, 11 Aug 2020 14:41:20 -0700 Subject: [PATCH] bumping Perl version string for 3.5.1 Signed-off-by: Jane Sandberg --- Open-ILS/src/perlmods/lib/OpenILS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS.pm b/Open-ILS/src/perlmods/lib/OpenILS.pm index d7235ce61a..88da1bc613 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS.pm @@ -6,6 +6,6 @@ OpenILS - Client and server support for the Evergreen open source library system =cut -our $VERSION = '2.4'; +our $VERSION = '3.0501'; 1; -- 2.11.0