]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Update versions
authorMarcin Haba <marcin.haba@bacula.pl>
Tue, 29 Sep 2020 06:34:42 +0000 (08:34 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Tue, 29 Sep 2020 06:34:42 +0000 (08:34 +0200)
gui/baculum/protected/Common/Class/BClientScript.php
gui/baculum/protected/Common/Class/Params.php

index 0abd06e61655be45d90c751f5a630a63331e524e..1c0259e08a0c2d24f5e0b99882cc1e6327191322 100644 (file)
@@ -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()
        {
index 3f73afac31f53734fff4e0b9f688bd6ddebfb7ca..89cc15bcdccbcb045dac661717235780218c60be 100644 (file)
@@ -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',