We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c21e2 commit adcd0afCopy full SHA for adcd0af
g2core/g2core_info.h
@@ -2,8 +2,8 @@
2
* g2core_info.h - g2core build information
3
* This file is part of the g2core project
4
*
5
- * Copyright (c) 2010 - 2016 Alden S. Hart, Jr.
6
- * Copyright (c) 2010 - 2016 Robert Giseburt
+ * Copyright (c) 2010 - 2017 Alden S. Hart, Jr.
+ * Copyright (c) 2010 - 2017 Robert Giseburt
7
8
* This file ("the software") is free software: you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License, version 2 as published by the
@@ -21,7 +21,7 @@
21
#ifndef G2CORE_INFO_H_ONCE
22
#define G2CORE_INFO_H_ONCE
23
24
-#define G2CORE_FIRMWARE_BUILD 100.16 // fix issue #204 - $$ not working
+#define G2CORE_FIRMWARE_BUILD 100.17 // Added tool offsets (PR #211)
25
#ifdef GIT_VERSION
26
#define G2CORE_FIRMWARE_BUILD_STRING GIT_VERSION
27
#else
0 commit comments