3
0
Fork 0
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:
Nikolaj Bjorner 2016-06-28 18:11:30 -07:00
parent e4a00f6f6f
commit b303fd59c0
4 changed files with 9 additions and 2 deletions

View file

@ -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();