Bug 7167 follow-up setting DBrevision, before pushing
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 28 Nov 2012 13:48:28 +0000 (14:48 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 27 Dec 2012 16:13:58 +0000 (11:13 -0500)
The 2 files C4/Auth.pm and install.pl *must* have the $version variable
set to what is the last old-mechanism for updatedatabase

This patch set to 3.11.00001 that is the last number when I QA this patch

Signed-off-by: Chris Nighswonger <cnighswonger@foundations.edu>
C4/Auth.pm
installer/install.pl

index b04df8b..602c095 100644 (file)
@@ -587,7 +587,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) {
index 01360e6..b6f66a7 100755 (executable)
@@ -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');