Bug 10490: DBrev 3.13.00.012
authorGalen Charlton <gmc@esilibrary.com>
Fri, 12 Jul 2013 20:08:44 +0000 (20:08 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 12 Jul 2013 20:08:44 +0000 (20:08 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 8fc6926..1f7b491 100755 (executable)
@@ -7037,7 +7037,7 @@ if ( CheckVersion($DBversion) ) {
 }
 
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.012";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("ALTER TABLE issuingrules MODIFY COLUMN overduefinescap decimal(28,6) DEFAULT NULL;");
     print "Upgrade to $DBversion done (Bug 10490: Correct datatype for overduefinescap in issuingrules)\n";
index 9915301..3e9d8a7 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.011';
+    our $VERSION = '3.13.00.012';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install