Bug 13088: DBRev 3.17.00.033
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 27 Oct 2014 15:28:23 +0000 (12:28 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 27 Oct 2014 15:28:23 +0000 (12:28 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 3e6fa99..57464ba 100755 (executable)
@@ -8857,7 +8857,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.033";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type)
index aaf3a81..eab6bde 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.032';
+    our $VERSION = '3.17.00.033';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install