From f1f9f7effb51e35699044598e139e97f46a70e7b Mon Sep 17 00:00:00 2001 From: Barbour Smith Date: Wed, 23 Aug 2017 16:49:04 -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 eb4065d9..2fc7c53b 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.86 +#define VERSIONNUMBER 0.87 bool zAxisAttached = false;