follow-up: fixing DBrev wrong number
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jan 2012 09:58:08 +0000 (10:58 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jan 2012 09:58:08 +0000 (10:58 +0100)
I should not have used 3.06 (see mail on koha-devel)

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index b5f96ef..df68dac 100755 (executable)
@@ -4571,7 +4571,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.06.02.001";
+$DBversion = "3.07.00.003";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do(" UPDATE `message_attributes` SET message_name='Item_Due' WHERE message_name='Item_DUE'");
     print "Updating message_name in message_attributes";
index 29b43df..c762d2b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.06.02.001';
+    our $VERSION = '3.07.00.003';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install