We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c5107 commit 555e0e5Copy full SHA for 555e0e5
src/Kconfig
@@ -1,6 +1,8 @@
1
# Main Kconfig settings
2
3
-mainmenu "CanBoot Configuration"
+VERSION := $(shell, git describe --tags --long --always --dirty 2> /dev/null)
4
+
5
+mainmenu "CanBoot Configuration $(VERSION)"
6
7
config LOW_LEVEL_OPTIONS
8
bool
0 commit comments