1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-11 23:00:24 +08:00

fix: 32bit be decoding

This commit is contained in:
源文雨
2023-07-23 22:52:10 +08:00
parent 3549efad7a
commit da390aa973
3 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif (POLICY CMP0048)
project(base16384 VERSION 2.2.3)
project(base16384 VERSION 2.2.4)
add_executable(base16384_b base16384.c)