bug 7264: follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 10:59:46 +0000 (11:59 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 10:59:46 +0000 (11:59 +0100)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6c27ab7..3b80fe4 100755 (executable)
@@ -4994,7 +4994,7 @@ if ( C4::Context->preference("Version") lt TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.033";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE branches ADD opac_info text;");
     print "Upgrade to $DBversion done add opac_info to branches \n";
index f71e0e4..72ad69f 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.032';
+    our $VERSION = '3.07.00.033';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install