DBRev 3.17.00.057 (Koha 3.18 beta)
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 17 Nov 2014 18:04:10 +0000 (15:04 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 17 Nov 2014 18:04:10 +0000 (15:04 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ec4b51a..e36c20e 100755 (executable)
@@ -9519,6 +9519,12 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.17.00.057";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 3.18 beta)\n";
+    SetVersion($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index a98071d..d80077b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.056';
+    our $VERSION = '3.17.00.057';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install