From 966fd3ab445974fd2b67ce1d48133d280d4ce907 Mon Sep 17 00:00:00 2001 From: Barbour Smith Date: Mon, 31 Jul 2017 16:45:52 -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 fbe3b122..26e13316 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.82 +#define VERSIONNUMBER 0.83 bool zAxisAttached = false;