Bug 11634: DBRev 3.17.00.054
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 12 Nov 2014 14:29:01 +0000 (11:29 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 12 Nov 2014 14:29:01 +0000 (11:29 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index c7290a7..8682d2a 100755 (executable)
@@ -9470,7 +9470,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.054";
 if (CheckVersion($DBversion)) {
     $dbh->do(q{
         INSERT INTO systempreferences ( variable, value, options, explanation, type ) VALUES
index ef6593f..d478f69 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.053';
+    our $VERSION = '3.17.00.054';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install