From c199cc6ef91b2b5f52c3c11e788b2d53c27e0b59 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 20 May 2013 11:22:44 -0700 Subject: [PATCH] bug 8215: DBRev 3.13.00.001 for course reserves Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 7ea33fe741..61c0de0d88 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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')"); diff --git a/kohaversion.pl b/kohaversion.pl index fe75c7c5a2..1b49586122 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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 -- 2.39.5