installer: fixed typo in version number

This commit is contained in:
Galen Charlton 2007-12-14 16:44:13 -06:00
parent 17e4626dff
commit 395f4d49ec

View file

@ -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