From: Marcin Haba Date: Tue, 22 Mar 2022 13:55:03 +0000 (+0100) Subject: baculum: Update version and release notes X-Git-Tag: Release-11.3.2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d163440b5701ff0994db485c54878c60129820;p=thirdparty%2Fbacula.git baculum: Update version and release notes --- diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index 96a74e724..b283c7879 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -1,4 +1,8 @@ + Release Notes for Baculum 11.3.2 + +This is a minor release. + Release Notes for Baculum 11.0.6 This is a minor new feature and bug fix release. The goal of this version is diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index 2cc5af24d..7256df04e 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 = '11.0.5.7'; + const BACULUM_VERSION = '11.3.2'; public static $months = array( 'jan' => 'January',