projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5504a30
)
bumping Perl version string for 3.9.0
author
Mike Rylander
<mrylander@gmail.com>
Wed, 27 Apr 2022 21:24:02 +0000
(17:24 -0400)
committer
Mike Rylander
<mrylander@gmail.com>
Thu, 28 Apr 2022 23:18:06 +0000
(19:18 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
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
..
d0457ad
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.0900
';
1;