Bug 6299 follow-up DBrev
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 14 Feb 2012 20:37:17 +0000 (21:37 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 14 Feb 2012 20:37:17 +0000 (21:37 +0100)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index d0b2af1..0ef0b1f 100755 (executable)
@@ -4678,9 +4678,9 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
 }
 
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.014";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
-    print "RELTERMS category available for English-, French-, and Spanish-language relator terms. They are not loaded during upgrade but can be easily inserted using the provided marc21_relatorterms.sql SQL script (currently available for en, es, and fr only).\n";
+    print "RELTERMS category available for English-, French-, and Spanish-language relator terms. They are not loaded during upgrade but can be easily inserted using the provided marc21_relatorterms.sql SQL script (MARC21 only, and currently available for en, es, and fr only).\n";
     SetVersion($DBversion);
 }
 
index 12baea4..06d7ab7 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.013';
+    our $VERSION = '3.07.00.014';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install