From 16f6d53d4f6f4e4c212fd0903b1e2b3f54de8e00 Mon Sep 17 00:00:00 2001 From: Barbour Smith Date: Wed, 24 May 2017 13:28:40 -0700 Subject: [PATCH] bump version # --- 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 11d89803..3530a7ea 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.70 +#define VERSIONNUMBER 0.71 bool zAxisAttached = false;