From af26ad8966d4cd065c9fb08ebdc6eee6264daef0 Mon Sep 17 00:00:00 2001 From: Rob Giseburt Date: Fri, 21 Apr 2017 11:53:01 -0500 Subject: [PATCH] 100.26 // Merged fixes for #267 and PR #258 --- g2core/g2core_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g2core/g2core_info.h b/g2core/g2core_info.h index d3b3e614b..501bd1c55 100644 --- a/g2core/g2core_info.h +++ b/g2core/g2core_info.h @@ -21,7 +21,7 @@ #ifndef G2CORE_INFO_H_ONCE #define G2CORE_INFO_H_ONCE -#define G2CORE_FIRMWARE_BUILD 100.25 // Merged fixes for #263 and #265 +#define G2CORE_FIRMWARE_BUILD 100.26 // Merged fixes for #267 and PR #258 #ifdef GIT_VERSION #define G2CORE_FIRMWARE_BUILD_STRING GIT_VERSION #else