Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit e7aba96

Browse files
committed
Bump version number.
1 parent c099c66 commit e7aba96

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.3)
1010
#-----------------------------------------------------------------------------#
1111

1212
project(boolector)
13-
set(VERSION "3.2.1")
13+
set(VERSION "3.2.2")
1414
string(TIMESTAMP TIME)
1515

1616
#-----------------------------------------------------------------------------#

NEWS

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
news since 3.2.1
2-
--------------------------------------------------------------------------------
1+
news for release 3.2.2 since 3.2.1
2+
--------------------------------------------------------------------------------
3+
+ fix issues in btormc
4+
+ fix issue with get-value for Boolean variables
5+
+ fix issue with get_failed_assumptions in combination with push/pop
6+
+ fix get-unsat-assumptions printing
7+
+ export enums for setting options (option values)
8+
+ get-model is now SMT-LIB standard compliant
9+
+ PyPi packages for Boolector
310
+ remove obsolete CL option --smt2-model (use -m --output-format=smt2 instead)
411

512
news for release 3.2.1 since 3.2.0

0 commit comments

Comments
 (0)