From: Bill Erickson Date: Fri, 12 Jun 2020 15:51:01 +0000 (-0400) Subject: Bumping Perl version string for 3.5.0 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5661ea21f7468855758f78646573a65fa150eeb8;p=working%2FEvergreen.git Bumping Perl version string for 3.5.0 Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS.pm b/Open-ILS/src/perlmods/lib/OpenILS.pm index d7235ce61a..37ed162568 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.0500'; 1;