From c414e872411573507c774dcd63f503844f70253e Mon Sep 17 00:00:00 2001 From: Jason McCormick Date: Sat, 6 Jul 2024 14:10:48 -0400 Subject: [PATCH] v3.0.1 (#350) --- apps/app_rpt/app_rpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_rpt/app_rpt.h b/apps/app_rpt/app_rpt.h index df80d5d..7d7739e 100644 --- a/apps/app_rpt/app_rpt.h +++ b/apps/app_rpt/app_rpt.h @@ -1,7 +1,7 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define VERSION_PATCH 0 +#define VERSION_PATCH 1 /* 99% of the DSP code in app_rpt exists in dsp.c as private functions. This code can mostly be converted to use public dsp.h API.