From: Michele Morgan Date: Tue, 1 Nov 2022 16:45:36 +0000 (-0400) Subject: bumping Perl version string for 3.10 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d7046b56314a138264cae5ed5e9c6d3aff2faccb;p=evergreen%2Fpines.git bumping Perl version string for 3.10 Signed-off-by: Michele Morgan Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS.pm b/Open-ILS/src/perlmods/lib/OpenILS.pm index d7235ce61a..591a4f2139 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.1000'; 1;