mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
add some version information (and date) to log file to make it easier to trap version mismatch on log files
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e4a00f6f6f
commit
b303fd59c0
4 changed files with 9 additions and 2 deletions
|
@ -415,6 +415,10 @@ struct z3_replayer::imp {
|
|||
if (c == EOF)
|
||||
return;
|
||||
switch (c) {
|
||||
case 'V':
|
||||
// version
|
||||
next(); skip_blank(); read_string();
|
||||
break;
|
||||
case 'R':
|
||||
// reset
|
||||
next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue