3
0
Fork 0
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:
Nikolaj Bjorner 2025-08-23 14:41:28 -07:00
parent 8d395d63ae
commit 21e63dba8d

View file

@ -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: