From: Jason Stephenson Date: Thu, 23 Jan 2020 22:43:21 +0000 (-0500) Subject: Bumping Perl version string for 3.4.2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e8b8a2839332fe6ee484fc5285a09eca36c87f23;p=evergreen%2Fpines.git Bumping Perl version string for 3.4.2 Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS.pm b/Open-ILS/src/perlmods/lib/OpenILS.pm index d7235ce61a..7d0b8290a4 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.0402'; 1;