From 74220e2ca157e1319f5141bbd2bcdfb2bc1a20a0 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sat, 17 Jun 2023 13:22:26 -0700 Subject: correct the VERSION in CMakeLists.txt --- c/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c') diff --git a/c/CMakeLists.txt b/c/CMakeLists.txt index 93213ed..1414b5f 100644 --- a/c/CMakeLists.txt +++ b/c/CMakeLists.txt @@ -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 ) -- cgit v1.2.3