Bug 13346: DBRev 3.19.00.004
authorTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 4 Jan 2015 15:38:21 +0000 (12:38 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 4 Jan 2015 15:38:21 +0000 (12:38 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 6d48be4..282ffae 100755 (executable)
@@ -9628,7 +9628,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.004";
 if ( CheckVersion($DBversion) ) {
     my $pref_value = C4::Context->preference('OpacExportOptions');
     $pref_value =~ s/\|/,/g; # multiple is separated by ,
@@ -9638,7 +9638,7 @@ if ( CheckVersion($DBversion) ) {
                 type = 'multiple'
         WHERE variable = 'OpacExportOptions'
     }, {}, $pref_value );
-    print "Upgrade to $DBversion done (Bug XXXXX: OpacExportOptions is now multiple)\n";
+    print "Upgrade to $DBversion done (Bug 13346: OpacExportOptions is now multiple)\n";
     SetVersion ($DBversion);
 }
 
index 6f5f0d6..057c03f 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.003';
+    our $VERSION = '3.19.00.004';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install