From: Bill Erickson Date: Fri, 27 Feb 2015 16:45:17 +0000 (-0500) Subject: Bumping Perl version string for 2.8 series X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c42b46b54aba5f1d5682fd8a5493c8c5a764e77e;p=Evergreen.git Bumping Perl version string for 2.8 series 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..485edbcfaa 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 = '2.08'; 1;