Bug 8337: DBRev 3.17.00.058
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 21 Nov 2014 22:43:31 +0000 (19:43 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 21 Nov 2014 22:43:31 +0000 (19:43 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index fadc57a..8ad77c2 100755 (executable)
@@ -9525,7 +9525,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.058";
 if( CheckVersion($DBversion) ){
     $dbh->do("INSERT INTO systempreferences (variable, explanation, type) VALUES('DefaultLongOverdueChargeValue','Charge a lost item to the borrower account when the LOST value of the item changes to n',  'integer')");
     $dbh->do("INSERT INTO systempreferences (variable, explanation, type) VALUES('DefaultLongOverdueLostValue', 'Set the LOST value of an item to n when the item has been overdue for more than defaultlongoverduedays days.', 'integer')");
index d80077b..8ad7afc 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.057';
+    our $VERSION = '3.17.00.058';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install