Browse Source

Updating to .0014 Mason had updated to .0013 but an unapplied patch from Galen already did that

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Chris Cormack 17 years ago
committed by Joshua Ferraro
parent
commit
6787d33102
  1. 2
      kohaversion.pl

2
kohaversion.pl

@ -8,7 +8,7 @@
# and is automatically called by Auth.pm when needed.
sub kohaversion {
return "3.00.00.013";
return "3.00.00.014";
}
1;

Loading…
Cancel
Save