bug 8757 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 18 Sep 2012 10:25:01 +0000 (12:25 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 18 Sep 2012 10:25:01 +0000 (12:25 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 574f1be..a25469e 100755 (executable)
@@ -5807,7 +5807,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.048";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE authorised_values MODIFY lib varchar(200)");
     $dbh->do("ALTER TABLE authorised_values MODIFY lib_opac varchar(200)");
index 2c7aa6b..8278305 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.047';
+    our $VERSION = '3.09.00.048';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install