Bug 8836: DBRev 3.17.00.047
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 6 Nov 2014 18:25:12 +0000 (15:25 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 6 Nov 2014 18:25:12 +0000 (15:25 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 5685212..d4d76fb 100755 (executable)
@@ -9005,7 +9005,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.047";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         ALTER TABLE collections
index d73961a..a0cb939 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.046';
+    our $VERSION = '3.17.00.047';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install