We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a19e94 commit c8e64b0Copy full SHA for c8e64b0
cores/arduino/Arduino.h
@@ -52,7 +52,7 @@
52
/// \ref _mcci_arduino_version_calc() to compare relative versions.
53
///
54
#define _mcci_arduino_version \
55
- _mcci_arduino_version_calc(3, 0, 1, 2) /* v3.0.1-2 */
+ _mcci_arduino_version_calc(3, 0, 1, 3) /* v3.0.1-3 */
56
57
58
/// \brief get major version code from semantic version value
0 commit comments