Bug 12728: DBRev 3.17.00.025
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 18 Sep 2014 00:33:49 +0000 (21:33 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 18 Sep 2014 00:33:49 +0000 (21:33 -0300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index f6266d4..aae80f1 100755 (executable)
@@ -8767,7 +8767,7 @@ if(CheckVersion($DBversion)) {
 }
 
 
-$DBversion = '3.17.00.XXX';
+$DBversion = '3.17.00.025';
 if ( CheckVersion($DBversion) ) {
     $dbh->do(qq{
         INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('StatisticsFields','location|itype|ccode','Define fields (from the items table) used for statistics members',NULL,'Free')
index e3224eb..4c613e4 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.024';
+    our $VERSION = '3.17.00.025';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install