Browse Source

installer: fixed typo in version number

3.0.x
Galen Charlton 17 years ago
parent
commit
395f4d49ec
  1. 2
      kohaversion.pl

2
kohaversion.pl

@ -10,7 +10,7 @@
use strict;
sub kohaversion {
our $VERSION = "3.00.00.35";
our $VERSION = "3.00.00.035";
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install

Loading…
Cancel
Save