aboutsummaryrefslogtreecommitdiff
path: root/c/CMakeLists.txt
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-02-27 09:32:23 -0800
committerJack O'Connor <[email protected]>2025-02-27 09:32:23 -0800
commit0f9dc2706f931366632a378a95b348e3cb40ed01 (patch)
tree0fc5b444b7eaf230679312474202a4c8b20260ec /c/CMakeLists.txt
parent8f4928fa7bedb4f4517c99e2db421613b9cd0769 (diff)
version 1.6.11.6.1
Changes since 1.6.0: - Remove `mmap` from the default features list. It was added accidentally in v1.6.0, last week. This is technically a backwards-incompatible change, but I would rather not tag v2.0.0 for a build-time bugfix with a simple workaround.
Diffstat (limited to 'c/CMakeLists.txt')
-rw-r--r--c/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/CMakeLists.txt b/c/CMakeLists.txt
index 09dc580..0eb1e39 100644
--- a/c/CMakeLists.txt
+++ b/c/CMakeLists.txt
@@ -10,7 +10,7 @@ if (POLICY CMP0102)
endif()
project(libblake3
- VERSION 1.6.0
+ VERSION 1.6.1
DESCRIPTION "BLAKE3 C implementation"
LANGUAGES C ASM
)