From c0a8496a3b8bdb0a4768f9157aab3be0e1e10fb8 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 16 Mar 2013 21:47:31 -0400 Subject: [PATCH] Bug 4906: Increment version number Database update for bug 4906 has been given version 3.11.00.030 --- 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 2e0b670d87..0fe775053d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6477,7 +6477,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.030"; if ( CheckVersion($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('FinesIncludeGracePeriod','1','If enabled, fines calculations will include the grace period.',NULL,'YesNo');"); print "Upgrade to $DBversion done (Add system preference FinesIncludeGracePeriod)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index d12bfbc991..57ed354b61 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.11.00.029'; + our $VERSION = '3.11.00.030'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5