Skip to content

Commit 555e0e5

Browse files
committed
kconfig: display git version in main menu
Signed-off-by: Eric Callahan <[email protected]>
1 parent 88c5107 commit 555e0e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Kconfig

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Main Kconfig settings
22

3-
mainmenu "CanBoot Configuration"
3+
VERSION := $(shell, git describe --tags --long --always --dirty 2> /dev/null)
4+
5+
mainmenu "CanBoot Configuration $(VERSION)"
46

57
config LOW_LEVEL_OPTIONS
68
bool

0 commit comments

Comments
 (0)