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

Commit

Permalink
Bump version number to 3.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreiner committed Sep 11, 2023
1 parent 66bf751 commit 0884f3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.3)
#-----------------------------------------------------------------------------#

project(boolector)
set(VERSION "3.2.2")
set(VERSION "3.2.3")
string(TIMESTAMP TIME)

#-----------------------------------------------------------------------------#
Expand Down
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
news since 3.2.2
news since 3.2.3

news for release 3.2.3 since 3.2.2
--------------------------------------------------------------------------------
+ new API calls
- boolector_get_value
+ fix printing of constant arrays for get-value
+ build PyPi packages for Python version <=3.12

news for release 3.2.2 since 3.2.1
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

basedir = os.path.dirname(os.path.abspath(__file__))

version="3.2.2"
version="3.2.3"
if os.path.isfile(os.path.join(basedir, "version.txt")):
with open(os.path.join(basedir, "version.txt")) as fp:
version = fp.read()
Expand Down

0 comments on commit 0884f3e

Please sign in to comment.