Bug 10500: DBRev 3.15.00.050
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 18:25:10 +0000 (18:25 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 18:25:10 +0000 (18:25 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 2c4f495..70adef3 100755 (executable)
@@ -8439,7 +8439,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.050";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("
         INSERT INTO systempreferences (
index 5937ddc..98c2c54 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.049';
+    our $VERSION = '3.15.00.050';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install