Skip to content

Commit

Permalink
boards/Makefile.common: bump version to 2.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann committed Jan 6, 2025
1 parent 6206efd commit c4af1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ endif
# Ask git what version of the Tock kernel we are compiling, so we can include
# this within the binary. If Tock is not within a git repo then we fallback to
# a set string which should be updated with every release.
export TOCK_KERNEL_VERSION := $(shell git describe --tags --always 2> /dev/null || echo "2.1+")
export TOCK_KERNEL_VERSION := $(shell git describe --tags --always 2> /dev/null || echo "2.2+")

# Allow users to opt out of using rustup.
ifeq ($(NO_RUSTUP),)
Expand Down

0 comments on commit c4af1bb

Please sign in to comment.