bug 8215: DBRev 3.13.00.001 for course reserves
authorGalen Charlton <gmc@esilibrary.com>
Mon, 20 May 2013 18:22:44 +0000 (11:22 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 21 May 2013 22:54:25 +0000 (15:54 -0700)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 7ea33fe..61c0de0 100755 (executable)
@@ -6845,7 +6845,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.001";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT INTO `systempreferences` (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('UseCourseReserves', '0', NULL, 'Enable the course reserves feature.', 'YesNo')");
     $dbh->do("INSERT INTO userflags (bit,flag,flagdesc,defaulton) VALUES ('18','coursereserves','Course Reserves','0')");
index fe75c7c..1b49586 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.000';
+    our $VERSION = '3.13.00.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install