bug 7001 follow-up for DBRev
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 9 Mar 2012 10:11:21 +0000 (11:11 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 9 Mar 2012 10:11:21 +0000 (11:11 +0100)
installer/data/mysql/updatedatabase.pl [changed mode: 0644->0755]
kohaversion.pl

old mode 100644 (file)
new mode 100755 (executable)
index 5b72a91..06eded1
@@ -4774,7 +4774,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.023";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE `message_transports` DROP FOREIGN KEY `message_transports_ibfk_3`");
     $dbh->do("ALTER TABLE `letter` DROP PRIMARY KEY");
index 4baa582..db0faf5 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.022';
+    our $VERSION = '3.07.00.023';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install