From e5435bbf6d0ce5a15e5707cb64f321d1741711e6 Mon Sep 17 00:00:00 2001
From: Rolf Bork <rbork@caltech.edu>
Date: Fri, 14 Aug 2020 11:12:00 -0500
Subject: [PATCH] Changed the rcg rev number to 4.0.2, as 4.0.1 was the biquad
 fix and this is the dac module ordering fix.

---
 src/include/rcgversion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/rcgversion.h b/src/include/rcgversion.h
index 279329e59..551eee401 100644
--- a/src/include/rcgversion.h
+++ b/src/include/rcgversion.h
@@ -1,4 +1,4 @@
 #define RCG_VERSION_MAJOR 4
 #define RCG_VERSION_MINOR 0
-#define RCG_VERSION_SUB 1
+#define RCG_VERSION_SUB 2
 #define RCG_VERSION_REL 1
-- 
GitLab