Bumping database version

This commit is contained in:
Chris Cormack 2011-10-10 09:58:39 +13:00
parent e5c6fc8a87
commit 2ac2688315
2 changed files with 2 additions and 2 deletions

View file

@ -4459,7 +4459,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
SetVersion($DBversion);
}
$DBversion = "3.05.00.XXX";
$DBversion = "3.05.00.014";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("ALTER TABLE `borrowers` MODIFY `userid` VARCHAR(75)");
print "Modified userid column length into 75 in borrowers\n";

View file

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.05.00.013';
our $VERSION = '3.05.00.014';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install