diff --git a/apps/app_rpt/app_rpt.h b/apps/app_rpt/app_rpt.h index 648c25a..ae682cc 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 6 +#define VERSION_MINOR 1 +#define VERSION_PATCH 0 /* 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.