Bug 7162: DBRev 3.17.00.043
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 30 Oct 2014 04:02:36 +0000 (01:02 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 30 Oct 2014 04:02:36 +0000 (01:02 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 8705c06..7e54990 100755 (executable)
@@ -8942,7 +8942,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.043";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("
         ALTER TABLE aqorders
index e4ce291..46c4afa 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.042';
+    our $VERSION = '3.17.00.043';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install