Bug 11425: DBRev 3.17.00.046
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 4 Nov 2014 22:19:02 +0000 (19:19 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 4 Nov 2014 22:19:02 +0000 (19:19 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 7d214d3..7b7255d 100755 (executable)
@@ -8986,7 +8986,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.046";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         CREATE TABLE IF NOT EXISTS items_search_fields (
index e730f68..d73961a 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.045';
+    our $VERSION = '3.17.00.046';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install