diff --git a/+adi/Version.m b/+adi/Version.m
index b8adc209..e12cae13 100644
--- a/+adi/Version.m
+++ b/+adi/Version.m
@@ -5,7 +5,7 @@
HDL = 'hdl_2021_r2';
Vivado = '2021.2';
MATLAB = 'R2022b';
- Release = '22.2.1';
+ Release = '22.2.2';
AppName = 'Analog Devices, Inc. Transceiver Toolbox';
ToolboxName = 'TransceiverToolbox';
ToolboxNameShort = 'trx';
diff --git a/README.md b/README.md
index c32a0632..9beaeeaa 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ As with many open source packages, we use [GitHub](https://github.com/analogdevi
| HDL Branch | MATLAB Release | Installer Package |
|:-----------------:|:--------------:|:-------------------:|
-| 2021_R2 | R2022b | |
+| 2021_R2 | R2022b | |
If you use it, and like it - please let us know. If you use it, and hate it - please let us know that too.
diff --git a/hdl/vendor/AnalogDevices/Contents.m b/hdl/vendor/AnalogDevices/Contents.m
index 591a82ec..3e02bb27 100644
--- a/hdl/vendor/AnalogDevices/Contents.m
+++ b/hdl/vendor/AnalogDevices/Contents.m
@@ -1,2 +1,2 @@
% HDL Coder BSP: Analog Devices Inc
-% Version 22.2.1 (R2022b) 24-March-2023
+% Version 22.2.2 (R2022b) 24-March-2023
diff --git a/trx_examples/streaming/LTE_PA_App/genLTEPAInstaller.m b/trx_examples/streaming/LTE_PA_App/genLTEPAInstaller.m
index 2e41960f..2ce7d674 100644
--- a/trx_examples/streaming/LTE_PA_App/genLTEPAInstaller.m
+++ b/trx_examples/streaming/LTE_PA_App/genLTEPAInstaller.m
@@ -1,7 +1,7 @@
cd(fileparts((mfilename('fullpath'))));
p = pwd;
-version = '22.1.1';
+version = '22.2.2';
ml = ver('MATLAB');
ml = ml.Release(2:end-1);
app_name = 'LTEPA';
diff --git a/trx_examples/targeting/loopback-delay-estimation/hdlworkflow.m b/trx_examples/targeting/loopback-delay-estimation/hdlworkflow.m
index e1f968d5..82fa124b 100644
--- a/trx_examples/targeting/loopback-delay-estimation/hdlworkflow.m
+++ b/trx_examples/targeting/loopback-delay-estimation/hdlworkflow.m
@@ -11,9 +11,9 @@
% >> hWC.export('DUT','loopback_delay_estimation/HDL_DUT');
%--------------------------------------------------------------------------
-% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! %
-% Design unsupported in Transceiver Toolbox v22.1.1
-% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! %
+% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! %
+% Design unsupported in Transceiver Toolbox v22.2.1 and v22.2.2
+% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! %
%% Load the Model
load_system('loopback_delay_estimation');