Changed build # to 100.16 to reflect accepting PR for $$ fix (Issue #204)

This commit is contained in:
Alden Hart
2016-12-30 08:31:34 -05:00
parent 9d372ec861
commit a647d3a0b5
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef G2CORE_INFO_H_ONCE
#define G2CORE_INFO_H_ONCE
#define G2CORE_FIRMWARE_BUILD 100.15 // fix for #200 and other USB issues
#define G2CORE_FIRMWARE_BUILD 100.16 // fix issue #204 - $$ not working
#ifdef GIT_VERSION
#define G2CORE_FIRMWARE_BUILD_STRING GIT_VERSION
#else