Bug 12435: DBRev 3.17.00.026
authorTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 11 Oct 2014 15:11:39 +0000 (12:11 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 11 Oct 2014 15:11:39 +0000 (12:11 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 9bb700f..b599061 100755 (executable)
@@ -8780,7 +8780,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.026";
 if ( CheckVersion($DBversion) ) {
     if ( C4::Context->preference('marcflavour') eq 'MARC21' ) {
         $dbh->do("UPDATE marc_subfield_structure SET liblibrarian = 'Encoded bitrate', libopac = 'Encoded bitrate' WHERE tagfield = '347' AND tagsubfield = 'f'");
index 4c613e4..b74b35d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.025';
+    our $VERSION = '3.17.00.026';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install