Update build number to 100.17

This commit is contained in:
Alden Hart
2017-01-02 15:48:44 -05:00
parent 04c21e2a1d
commit adcd0af658
+3 -3
View File
@@ -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