Skip to content

Commit

Permalink
This is v3.0.1.
Browse files Browse the repository at this point in the history
Closes #162.
  • Loading branch information
terrillmoore committed May 21, 2021
1 parent 5ef8927 commit c01854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/arduino/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
/// \ref _mcci_arduino_version_calc() to compare relative versions.
///
#define _mcci_arduino_version \
_mcci_arduino_version_calc(3, 0, 1, 3) /* v3.0.1-3 */
_mcci_arduino_version_calc(3, 0, 1, 0) /* v3.0.1 */

///
/// \brief get major version code from semantic version value
Expand Down

0 comments on commit c01854b

Please sign in to comment.