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

doc(all): sync to the latest status

This commit is contained in:
源文雨
2025-09-04 01:06:47 +08:00
parent 26467a463e
commit 81898adfb7
15 changed files with 44 additions and 20 deletions

View File

@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 2.8.12...4.1.1)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif (POLICY CMP0048)
project(base16384 VERSION 2.3.1)
project(base16384 VERSION 2.3.2)
add_definitions(-DBASE16384_VERSION="${PROJECT_VERSION}")
add_definitions(-DBASE16384_VERSION_DATE="April 7th 2024")
add_definitions(-DBASE16384_VERSION_DATE="Sep 4th 2025")
message(STATUS "Testing endian...")
include(TestBigEndian)