Bug 13528: DBRev 3.19.00.025
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 16 Apr 2015 17:10:08 +0000 (14:10 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 16 Apr 2015 17:10:54 +0000 (14:10 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index b09b5c8..ca27cde 100755 (executable)
@@ -10025,7 +10025,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.025";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         INSERT INTO systempreferences ( variable, value, options, explanation, type ) VALUES
index 91718ee..d2761f3 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.024';
+    our $VERSION = '3.19.00.025';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install