From 26f0bd1a42ac1f20b6f596e39a1fc7c1fcf420f0 Mon Sep 17 00:00:00 2001 From: Allan Nathanson <42244061+Allan-N@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:31:08 -0500 Subject: [PATCH] v3.1.0 (#425) --- apps/app_rpt/app_rpt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.