From 0c8adf3661a9ec8f1d3a711527ecf93a34acd0ee Mon Sep 17 00:00:00 2001 From: Barbour Smith Date: Wed, 11 Oct 2017 17:04:41 -0700 Subject: [PATCH] bump version number --- cnc_ctrl_v1/CNC_Functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnc_ctrl_v1/CNC_Functions.h b/cnc_ctrl_v1/CNC_Functions.h index 88775d21..e58c11a2 100644 --- a/cnc_ctrl_v1/CNC_Functions.h +++ b/cnc_ctrl_v1/CNC_Functions.h @@ -20,7 +20,7 @@ libraries*/ #include "Kinematics.h" #include "RingBuffer.h" -#define VERSIONNUMBER 0.93 +#define VERSIONNUMBER 0.94 #define verboseDebug 0 // set to 0 for no debug messages, 1 for single-line messages, 2 to also output ring buffer contents