Update messages/comments to refer the new place of the version definition (#2133)
This commit is contained in:
2
.github/scripts/fetch_and_compare_version.py
vendored
2
.github/scripts/fetch_and_compare_version.py
vendored
@ -12,7 +12,7 @@ import sys
|
||||
|
||||
def fetch_version_from_code():
|
||||
"""
|
||||
search the semantic version definition in build-scripts/config_common.cmake
|
||||
search the semantic version definition in core/version.h
|
||||
"""
|
||||
major, minor, patch = "", "", ""
|
||||
with open("core/version.h", encoding="utf-8") as f:
|
||||
|
||||
Reference in New Issue
Block a user