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.