From 46630eeda4517c4e8b73d9c8494056408c583566 Mon Sep 17 00:00:00 2001
From: Toni Beier <rolingdx@yahoo.de>
Date: Wed, 17 Feb 2021 22:53:07 +0100
Subject: [PATCH] Set version to 21022021

---
 bigbluebutton-html5/imports/ui/components/about/container.jsx | 2 +-
 fairblue-changelog.md                                         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bigbluebutton-html5/imports/ui/components/about/container.jsx b/bigbluebutton-html5/imports/ui/components/about/container.jsx
index ecb80da193..0d481eb025 100644
--- a/bigbluebutton-html5/imports/ui/components/about/container.jsx
+++ b/bigbluebutton-html5/imports/ui/components/about/container.jsx
@@ -11,7 +11,7 @@ const AboutContainer = props => (
 
 const getClientBuildInfo = function () {
   return {
-    clientBuild: "Fairblue  10012021",
+    clientBuild: "Fairblue  21022021",
     copyright: "LGPL",
   };
 };
diff --git a/fairblue-changelog.md b/fairblue-changelog.md
index 9baed1d879..59a11abbb1 100644
--- a/fairblue-changelog.md
+++ b/fairblue-changelog.md
@@ -1,5 +1,6 @@
 # Changelog of Fairblue development
 ## Next
+## 21022021
 * we disabled some audio preprocessing of the browser, it seems some of this is going nuts when there are multiple streams
 * the input device used in the echo test is now made sure to be used as the translator microphone
 * made muted state of translator more obvious
-- 
GitLab