@@ -, +, @@ --- C4/Auth.pm | 2 +- installer/install.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/C4/Auth.pm +++ a/C4/Auth.pm @@ -585,7 +585,7 @@ sub version_check { } # check if you're uptodate, and if you're not, head to updater - my $koha39 = "3.0900028"; + my $koha39 = "3.1100001"; # Old updatedatabase method if (C4::Context->preference('Version') < $koha39) { --- a/installer/install.pl +++ a/installer/install.pl @@ -320,7 +320,7 @@ elsif ( $step && $step == 3 ) { warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n"; } - my $koha39 = "3.0900028"; + my $koha39 = "3.1100002"; my $cmd; # Old updatedatabase method my $current_version = C4::Context->preference('Version'); --