Bug 13523: DBRev 3.19.00.012
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 24 Feb 2015 14:27:03 +0000 (11:27 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 24 Feb 2015 14:27:03 +0000 (11:27 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 461793f..0ed56c6 100755 (executable)
@@ -9779,7 +9779,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.012";
 if(CheckVersion($DBversion)) {
     $dbh->do(q{
         ALTER TABLE biblioitems MODIFY COLUMN marcxml longtext
index 693a9f0..5badc84 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.011';
+    our $VERSION = '3.19.00.012';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install