Skip to content

Commit

Permalink
Merge pull request #166 from mcci-catena/issue162-pre2
Browse files Browse the repository at this point in the history
This is v3.0.1-2
  • Loading branch information
terrillmoore authored May 21, 2021
2 parents 171241c + 4a86482 commit 57107bf
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, 1) /* v3.0.1-1 */
_mcci_arduino_version_calc(3, 0, 1, 2) /* v3.0.1-2 */

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

0 comments on commit 57107bf

Please sign in to comment.