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

chore: bump version to v2.3.1

This commit is contained in:
源文雨
2024-04-07 22:17:29 +09:00
parent a0015e92b2
commit 95237f2ebf
2 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -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