We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072bef5 commit 74220e2Copy full SHA for 74220e2
c/CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.9)
2
3
project(libblake3
4
- VERSION 1.3.3
+ VERSION 1.4.0
5
DESCRIPTION "BLAKE3 C implementation"
6
LANGUAGES C ASM
7
)
tools/release.md
@@ -6,6 +6,7 @@
- Delete b3sum/Cargo.lock and recreate it with `cargo build` or similar.
- Update the `--help` output in b3sum/README.md if it's changed.
8
- Bump `BLAKE3_VERSION_STRING` in c/blake3.h.
9
+- Bump `VERSION` in c/CMakeLists.txt.
10
- Make a version bump commit with change notes.
11
- `git push` and make sure CI is green.
12
- `git tag` the version bump commit with the new version number.
0 commit comments