Bug 9043: DBRev 3.17.00.056
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 17 Nov 2014 17:51:30 +0000 (14:51 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 17 Nov 2014 17:51:30 +0000 (14:51 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index a4a4220..ec4b51a 100755 (executable)
@@ -9505,7 +9505,7 @@ CREATE TABLE borrower_sync (
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.056";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do(q{
         UPDATE systempreferences SET value = 'pubdate,itemtype,language,sorting,location' WHERE variable='OpacAdvSearchOptions'
index bc7cbf9..a98071d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.055';
+    our $VERSION = '3.17.00.056';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install