Bug 9416: DBrev 3.15.00.032
authorGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 15:24:32 +0000 (15:24 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 15:55:37 +0000 (15:55 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 263d4d9..ce1c1b0 100755 (executable)
@@ -8136,7 +8136,8 @@ if ( CheckVersion($DBversion) ) {
    print "Upgrade to $DBversion done (Bug 9448 - Add separate permission for writing off fees)\n";
    SetVersion ($DBversion);
 }
-$DBversion = "3.15.00.XXX";
+
+$DBversion = "3.15.00.032";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("ALTER TABLE aqorders CHANGE notes order_internalnote MEDIUMTEXT;");
     $dbh->do("ALTER TABLE aqorders ADD COLUMN order_vendornote MEDIUMTEXT AFTER order_internalnote;");
index 397fa9c..8e922b4 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.031';
+    our $VERSION = '3.15.00.032';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install