Bug 7993 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 18 Sep 2012 16:08:12 +0000 (18:08 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 18 Sep 2012 16:08:12 +0000 (18:08 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 88f9580..5d6f7db 100755 (executable)
@@ -5829,7 +5829,7 @@ if(C4::Context->preference("Version") < TransformToNum($DBversion) ) {
 
 
 
 
 
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.050";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE authorised_values MODIFY category varchar(16) NOT NULL DEFAULT '';");
     $dbh->do("INSERT INTO authorised_values (category, authorised_value, lib) VALUES
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE authorised_values MODIFY category varchar(16) NOT NULL DEFAULT '';");
     $dbh->do("INSERT INTO authorised_values (category, authorised_value, lib) VALUES
index fdccd3d..fad4c72 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.049';
+    our $VERSION = '3.09.00.050';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install