diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 20f0f953fd..abd7c8e314 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7176,7 +7176,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.026"; if ( CheckVersion($DBversion) ) { $dbh->do(q| ALTER TABLE auth_subfield_structure ADD COLUMN defaultvalue TEXT DEFAULT NULL AFTER frameworkcode diff --git a/kohaversion.pl b/kohaversion.pl index dbe1719a68..ef64cf054f 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.13.00.025'; + our $VERSION = '3.13.00.026'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install