From a92c58ce78f6b06519dd6ecdbe29b3ec5da62098 Mon Sep 17 00:00:00 2001 From: Pieter Pas Date: Sat, 30 Nov 2019 15:39:57 +0100 Subject: [PATCH] Add release number define to Control_Surface.h --- src/Control_Surface.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Control_Surface.h b/src/Control_Surface.h index 87314e9b28..a16167443b 100755 --- a/src/Control_Surface.h +++ b/src/Control_Surface.h @@ -142,4 +142,6 @@ #ifndef NO_USING_NAMESPACE_CS using namespace CS; -#endif \ No newline at end of file +#endif + +#define CONTROL_SURFACE_VERSION 10000 \ No newline at end of file