Revert "Bug 7167 follow-up setting DBrevision, before pushing"
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 27 Dec 2012 19:02:55 +0000 (14:02 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 27 Dec 2012 19:02:55 +0000 (14:02 -0500)
This reverts commit 49d6b750cd09abfe8943720c1648894ce3aaced2.

C4/Auth.pm
installer/install.pl

index 602c095..b04df8b 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.1100001";
+    my $koha39 = "3.0900028";
 
     # Old updatedatabase method
     if (C4::Context->preference('Version') < $koha39) {
index b6f66a7..01360e6 100755 (executable)
@@ -320,7 +320,7 @@ elsif ( $step && $step == 3 ) {
             warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n";
         }
 
-        my $koha39 = "3.1100002";
+        my $koha39 = "3.0900028";
         my $cmd;
         # Old updatedatabase method
         my $current_version = C4::Context->preference('Version');