Bug 10212: DBRev 3.17.00.015
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 26 Aug 2014 13:18:02 +0000 (10:18 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 26 Aug 2014 13:27:01 +0000 (10:27 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 0462360..0c31cfe 100755 (executable)
@@ -8613,11 +8613,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
-
-
-
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.015";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         CREATE TABLE IF NOT EXISTS columns_settings (
@@ -8634,7 +8630,6 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index f4bd080..b5634f6 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.014';
+    our $VERSION = '3.17.00.015';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install