diff --git a/apps/app_rpt/app_rpt.h b/apps/app_rpt/app_rpt.h index 962e627..f5644af 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 3 +#define VERSION_PATCH 4 /* 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.