big 7263 follow-up: DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 26 Mar 2012 09:00:34 +0000 (11:00 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 26 Mar 2012 09:00:34 +0000 (11:00 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 76d7016..484f2d3 100755 (executable)
@@ -5036,7 +5036,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.037";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("
        ALTER TABLE  `marc_subfield_structure` ADD  `maxlength` INT( 4 ) NOT NULL DEFAULT  '9999';
index f1bfd44..dbe2f12 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.036';
+    our $VERSION = '3.07.00.037';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install