Add make target for printing version (#26657)
This commit is contained in:
parent
cda6f602f1
commit
28fb0498ac
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -319,3 +319,6 @@ docs: generate_asciidoc
|
|||
|
||||
alldocs: docs webdocs
|
||||
|
||||
version:
|
||||
@echo $(VERSION)
|
||||
|
||||
|
|
Loading…
Reference in a new issue