1
0
Fork 0
forked from fun/fun

Added sha256_str to class sha256.fun + a demo and some .editorconfig update. (0.12.1)

This commit is contained in:
Johannes Findeisen 2025-09-29 09:11:18 +02:00
commit 348db0bead
4 changed files with 101 additions and 1 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(fun VERSION 0.12.0 LANGUAGES C)
project(fun VERSION 0.12.1 LANGUAGES C)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)