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