Skip to content

Commit 74220e2

Browse files
committed
correct the VERSION in CMakeLists.txt
1 parent 072bef5 commit 74220e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

c/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.9)
22

33
project(libblake3
4-
VERSION 1.3.3
4+
VERSION 1.4.0
55
DESCRIPTION "BLAKE3 C implementation"
66
LANGUAGES C ASM
77
)

tools/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Delete b3sum/Cargo.lock and recreate it with `cargo build` or similar.
77
- Update the `--help` output in b3sum/README.md if it's changed.
88
- Bump `BLAKE3_VERSION_STRING` in c/blake3.h.
9+
- Bump `VERSION` in c/CMakeLists.txt.
910
- Make a version bump commit with change notes.
1011
- `git push` and make sure CI is green.
1112
- `git tag` the version bump commit with the new version number.

0 commit comments

Comments
 (0)