mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
[Release Notes] Note that C++11 is required to build Z3 and is also
required by the C++ API bindings.
This commit is contained in:
parent
92059942e6
commit
1941a53999
|
@ -1,7 +1,11 @@
|
||||||
RELEASE NOTES
|
RELEASE NOTES
|
||||||
|
|
||||||
Version 4.5.x
|
Version 4.6.0
|
||||||
=============
|
=============
|
||||||
|
- New requirements:
|
||||||
|
- C++11 capable compiler to build Z3.
|
||||||
|
- C++ API now requires C++11 or newer.
|
||||||
|
|
||||||
- New features (including):
|
- New features (including):
|
||||||
- A new string solver from University of Waterloo
|
- A new string solver from University of Waterloo
|
||||||
- A new linear real arithmetic solver
|
- A new linear real arithmetic solver
|
||||||
|
|
Loading…
Reference in a new issue