Skip to content

Commit

Permalink
correct the VERSION in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Jun 17, 2023
1 parent 072bef5 commit 74220e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.9)

project(libblake3
VERSION 1.3.3
VERSION 1.4.0
DESCRIPTION "BLAKE3 C implementation"
LANGUAGES C ASM
)
Expand Down
1 change: 1 addition & 0 deletions tools/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- Bump `BLAKE3_VERSION_STRING` in c/blake3.h.
- Bump `VERSION` in c/CMakeLists.txt.
- Make a version bump commit with change notes.
- `git push` and make sure CI is green.
- `git tag` the version bump commit with the new version number.
Expand Down

0 comments on commit 74220e2

Please sign in to comment.