mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 05:26:01 +00:00
add print for version file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8d395d63ae
commit
21e63dba8d
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ def _z3_version():
|
|||
post = os.getenv('Z3_VERSION_SUFFIX', '')
|
||||
if RELEASE_DIR is None:
|
||||
fn = os.path.join(SRC_DIR, 'VERSION.txt')
|
||||
print("loading version file", fn)
|
||||
if os.path.exists(fn):
|
||||
with open(fn) as f:
|
||||
for line in f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue