Bug 13523 - DBrev 3.14.14.001
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 22 Apr 2015 07:13:42 +0000 (09:13 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 22 Apr 2015 07:13:42 +0000 (09:13 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 354395e..1b66616 100755 (executable)
@@ -8083,7 +8083,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.14.14.001";
 if(CheckVersion($DBversion)) {
     $dbh->do(q{
         ALTER TABLE biblioitems MODIFY COLUMN marcxml longtext
index 009a1fb..c3f742e 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.14.14.000';
+    our $VERSION = '3.14.14.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install