bug 6140 follow-up: DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 17:27:02 +0000 (18:27 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 17:27:02 +0000 (18:27 +0100)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6291e47..8259bf2 100755 (executable)
@@ -5027,7 +5027,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.xxx";
+$DBversion = "3.07.00.036";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do(qq{
        ALTER TABLE `z3950servers` ADD `timeout` INT( 11 ) NOT NULL DEFAULT '0' AFTER `syntax`;
index 5f2b5dc..f1bfd44 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.035';
+    our $VERSION = '3.07.00.036';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install