From 86ee667a15685301bcea548a2c021195dfff4f4c Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Tue, 29 Sep 2020 08:34:42 +0200 Subject: [PATCH] baculum: Update versions --- gui/baculum/protected/Common/Class/BClientScript.php | 2 +- gui/baculum/protected/Common/Class/Params.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/baculum/protected/Common/Class/BClientScript.php b/gui/baculum/protected/Common/Class/BClientScript.php index 0abd06e61..1c0259e08 100644 --- a/gui/baculum/protected/Common/Class/BClientScript.php +++ b/gui/baculum/protected/Common/Class/BClientScript.php @@ -31,7 +31,7 @@ Prado::using('System.Web.UI.WebControls.TClientScript'); */ class BClientScript extends TClientScript { - const SCRIPTS_VERSION = 10; + const SCRIPTS_VERSION = 11; public function getScriptUrl() { diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index 3f73afac3..89cc15bcd 100644 --- a/gui/baculum/protected/Common/Class/Params.php +++ b/gui/baculum/protected/Common/Class/Params.php @@ -31,7 +31,7 @@ Prado::using('Application.Common.Class.CommonModule'); */ class Params extends CommonModule { - const BACULUM_VERSION = '9.6.6'; + const BACULUM_VERSION = '9.6.6.1'; public static $months = array( 'jan' => 'January', -- 2.47.3