Bug 11703: DBRev 3.17.00.009
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 3 Jul 2014 15:13:26 +0000 (12:13 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 3 Jul 2014 15:38:13 +0000 (12:38 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6cda25d..1030454 100755 (executable)
@@ -8560,7 +8560,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.009";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         DELETE FROM systempreferences WHERE variable = 'UseTablesortForCirc'
index 0a50ca4..101cc32 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.008';
+    our $VERSION = '3.17.00.009';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install