Bug 11926: DBRev 3.17.00.030
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 22 Oct 2014 18:19:03 +0000 (15:19 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 22 Oct 2014 18:19:03 +0000 (15:19 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 4435de7..e34d214 100755 (executable)
@@ -8820,7 +8820,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.030";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(
         q{
index 5d6022d..5204879 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.029';
+    our $VERSION = '3.17.00.030';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install