mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-23 08:40:25 +08:00
chore: bump version to v2.3.1
This commit is contained in:
@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 2.8.12)
|
|||||||
if (POLICY CMP0048)
|
if (POLICY CMP0048)
|
||||||
cmake_policy(SET CMP0048 NEW)
|
cmake_policy(SET CMP0048 NEW)
|
||||||
endif (POLICY CMP0048)
|
endif (POLICY CMP0048)
|
||||||
project(base16384 VERSION 2.3.0)
|
project(base16384 VERSION 2.3.1)
|
||||||
|
|
||||||
add_definitions(-DBASE16384_VERSION="${PROJECT_VERSION}")
|
add_definitions(-DBASE16384_VERSION="${PROJECT_VERSION}")
|
||||||
add_definitions(-DBASE16384_VERSION_DATE="April 6th 2024")
|
add_definitions(-DBASE16384_VERSION_DATE="April 7th 2024")
|
||||||
|
|
||||||
message(STATUS "Testing endian...")
|
message(STATUS "Testing endian...")
|
||||||
include(TestBigEndian)
|
include(TestBigEndian)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.TH BASE16384 1 "6 April 2024" "GNU" "User Commands"
|
.TH BASE16384 1 "7 April 2024" "GNU" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
base16384 \- Encode binary files to printable utf16be
|
base16384 \- Encode binary files to printable utf16be
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
Reference in New Issue
Block a user