Skip to content

Commit

Permalink
Set TOCK_KERNEL_VERSION to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann committed Dec 23, 2022
1 parent 11b4546 commit 1f54b80
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 @@ -149,7 +149,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.1.1")

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

0 comments on commit 1f54b80

Please sign in to comment.