From: Marcin Haba Date: Tue, 29 Sep 2020 06:34:42 +0000 (+0200) Subject: baculum: Update versions X-Git-Tag: Release-9.6.7~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ee667a15685301bcea548a2c021195dfff4f4c;p=thirdparty%2Fbacula.git baculum: Update versions --- 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',