follow-up for DB rev number
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jan 2012 10:00:43 +0000 (11:00 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jan 2012 10:00:43 +0000 (11:00 +0100)
I should not have used 3.6 (see mail on koha-devel)

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

index 53d5bd7..502e41b 100755 (executable)
@@ -4578,7 +4578,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.06.03.001";
+$DBversion = "3.07.00.004";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE  `suggestions` ADD  `patronreason` TEXT NULL AFTER  `reason`");
     print "Upgrade to $DBversion done (Add column to suggestions table to store patrons' reasons for submitting a suggestion. )\n";
index d89c677..398c5fe 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.06.03.001';
+    our $VERSION = '3.07.00.004';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install