Bug 3445: DBRev. 3.15.00.021
authorGalen Charlton <gmc@esilibrary.com>
Mon, 10 Mar 2014 21:11:40 +0000 (21:11 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 10 Mar 2014 21:13:14 +0000 (21:13 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 503ec70..0768a88 100755 (executable)
@@ -8021,7 +8021,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.021";
 if(CheckVersion($DBversion)) {
     $dbh->do(q{
         ALTER TABLE `action_logs`
index 28a0b5f..4d89c7b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.020';
+    our $VERSION = '3.15.00.021';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install