Bug 13380: DBRev 3.19.00.016
authorTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 15 Mar 2015 11:52:55 +0000 (08:52 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 15 Mar 2015 11:52:55 +0000 (08:52 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 34f6886..aa5bbbf 100755 (executable)
@@ -9832,7 +9832,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.016";
 if(CheckVersion($DBversion)) {
     $dbh->do(q{
         INSERT INTO authorised_values (category, authorised_value, lib) VALUES
index 5b32f0b..a2769f5 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.015';
+    our $VERSION = '3.19.00.016';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install