projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f860688
)
bumping Perl version string for 3.7.3
author
Jason Boyer
<JBoyer@equinoxOLI.org>
Fri, 20 May 2022 12:58:31 +0000
(08:58 -0400)
committer
Jason Boyer
<JBoyer@equinoxOLI.org>
Fri, 20 May 2022 20:05:09 +0000
(16:05 -0400)
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
Open-ILS/src/perlmods/lib/OpenILS.pm
patch
|
blob
|
history
diff --git
a/Open-ILS/src/perlmods/lib/OpenILS.pm
b/Open-ILS/src/perlmods/lib/OpenILS.pm
index
d7235ce
..
b09ac1e
100644
(file)
--- 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.0703
';
1;