Skip to content

Commit

Permalink
2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Sep 24, 2023
1 parent 9e59a82 commit 63da0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megaavr/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name=megaTinyCore
versionnum.major=2
versionnum.minor=6
versionnum.patch=8
versionnum.patch=9
versionnum.postfix=
versionnum.released=1

Expand All @@ -16,7 +16,7 @@ version={versionnum.major}.{versionnum.minor}.{versionnum.patch}{versionnum.post
# Stupid workaround #
# for IDE bug #
#####################
version=2.6.8.1
version=2.6.9.1

build.versiondefines=-DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} -DMEGATINYCORE="{version}" -DMEGATINYCORE_MAJOR={versionnum.major}UL -DMEGATINYCORE_MINOR={versionnum.minor}UL -DMEGATINYCORE_PATCH={versionnum.patch}UL -DMEGATINYCORE_RELEASED={versionnum.released}

Expand Down

0 comments on commit 63da0bf

Please sign in to comment.