Bug 8307: DBrev 3.13.00.041
authorGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 23:40:54 +0000 (23:40 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 23:40:54 +0000 (23:40 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index e8acfb8..c4daf16 100755 (executable)
@@ -7728,7 +7728,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.041";
 if(CheckVersion($DBversion)) {
     $dbh->do(q{
         INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AcqItemSetSubfieldsWhenReceived','','Set subfields for item when items are created when receiving (e.g. o=5|a="foo bar")','','Free');
index f9cc949..981f60d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.040';
+    our $VERSION = '3.13.00.041';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install