From 8f2e2f07ac047908e614400ea944647b2e0378bf Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Sat, 13 Nov 2010 13:16:42 -0500 Subject: [PATCH] Updating Version Number to 3.02.00.007 Signed-off-by: Chris Nighswonger --- 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 07cc65a56e..62e7991329 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3835,7 +3835,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.02.00.007'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('UseTablesortForCirc','0','If on, use the JQuery tablesort function on the list of current borrower checkouts on the circulation page. Note that the use of this function may slow down circ for patrons with may checkouts.','','YesNo');"); print "Upgrade to $DBversion done (Add UseTablesortForCirc syspref)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index e128e38587..a506d9b544 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.02.00.006'; + our $VERSION = '3.02.00.007'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5