diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index de9806b9f1..3c7d043ee2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4346,7 +4346,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = '3.05.00.XXX'; +$DBversion = '3.05.00.002'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { #follow up fix 5860: some installs already past 3.3.0.42 stocknumber_checker(); diff --git a/kohaversion.pl b/kohaversion.pl index c3b86a9915..470ca3d6d0 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.05.00.001'; + our $VERSION = '3.05.00.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install