From adcd0af658cc79647026086d19f9c1edbbdb1498 Mon Sep 17 00:00:00 2001 From: Alden Hart Date: Mon, 2 Jan 2017 15:48:44 -0500 Subject: [PATCH] Update build number to 100.17 --- g2core/g2core_info.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/g2core/g2core_info.h b/g2core/g2core_info.h index 0a04019c..4a1ef881 100644 --- a/g2core/g2core_info.h +++ b/g2core/g2core_info.h @@ -2,8 +2,8 @@ * g2core_info.h - g2core build information * This file is part of the g2core project * - * Copyright (c) 2010 - 2016 Alden S. Hart, Jr. - * Copyright (c) 2010 - 2016 Robert Giseburt + * Copyright (c) 2010 - 2017 Alden S. Hart, Jr. + * Copyright (c) 2010 - 2017 Robert Giseburt * * This file ("the software") is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2 as published by the @@ -21,7 +21,7 @@ #ifndef G2CORE_INFO_H_ONCE #define G2CORE_INFO_H_ONCE -#define G2CORE_FIRMWARE_BUILD 100.16 // fix issue #204 - $$ not working +#define G2CORE_FIRMWARE_BUILD 100.17 // Added tool offsets (PR #211) #ifdef GIT_VERSION #define G2CORE_FIRMWARE_BUILD_STRING GIT_VERSION #else