We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8146478 commit e566b36Copy full SHA for e566b36
CMakeLists.txt
@@ -452,7 +452,7 @@ else()
452
set(GIT_SHA "GIT-hash-notfound")
453
endif()
454
455
-set(CMS_FULL_VERSION "5.11.11")
+set(CMS_FULL_VERSION "5.11.12")
456
457
string(REPLACE "." ";" CMS_FULL_VERSION_LIST ${CMS_FULL_VERSION})
458
SetVersionNumber("PROJECT" ${CMS_FULL_VERSION_LIST})
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pycryptosat"
7
-version = "5.11.11"
+version = "5.11.12"
8
description = "Bindings to CryptoMiniSat, an advanced SAT solver"
9
keywords = ["sat", "cryptography"]
10
license = { file = "LICENSE.txt" }
0 commit comments