Skip to content

Commit

Permalink
Merge pull request #169 from mcci-catena/issue162-pre3
Browse files Browse the repository at this point in the history
Prepare v3.0.1-3
  • Loading branch information
terrillmoore authored May 21, 2021
2 parents 9a19e94 + c8e64b0 commit 5ef8927
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, 2) /* v3.0.1-2 */
_mcci_arduino_version_calc(3, 0, 1, 3) /* v3.0.1-3 */

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

0 comments on commit 5ef8927

Please sign in to comment.