From 4e082eae6e591bd6cdb745637b2e9c983b2ef073 Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Wed, 29 Apr 2015 15:16:25 +0100 Subject: [PATCH] Version number adjustment. --- RELEASE_NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index afa613f5736..2c7e2e0fbb2 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,6 @@ RELEASE NOTES -Version 4.4 +Version 4.4.0 ============= - New feature: Support for the theory of floating-point numbers. This comes in the form of logics (QF_FP and QF_FPBV), tactics (qffp and qffpbv), as well as a theory plugin that allows theory combinations. Z3 supports the official SMT theory definition of FP (see http://smtlib.cs.uiowa.edu/theories/FloatingPoint.smt2) in SMT2 files, as well as all APIs.