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.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreiner committed Aug 23, 2024
1 parent e01ab1e commit 393cdfb
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.3")
set(VERSION "3.2.4")
string(TIMESTAMP TIME)

#-----------------------------------------------------------------------------#
Expand Down
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
news since 3.2.3
news for final release 3.2.4
--------------------------------------------------------------------------------
This is the final release of Boolector. Active development and maintenance has
stopped.
Boolector was succeeded by Bitwuzla (https://github.com/bitwuzla/bitwuzla).

news for release 3.2.3 since 3.2.2
--------------------------------------------------------------------------------
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.3"
version="3.2.4"
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 393cdfb

Please sign in to comment.