We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0015e9 commit 95237f2Copy full SHA for 95237f2
CMakeLists.txt
@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 2.8.12)
2
if (POLICY CMP0048)
3
cmake_policy(SET CMP0048 NEW)
4
endif (POLICY CMP0048)
5
-project(base16384 VERSION 2.3.0)
+project(base16384 VERSION 2.3.1)
6
7
add_definitions(-DBASE16384_VERSION="${PROJECT_VERSION}")
8
-add_definitions(-DBASE16384_VERSION_DATE="April 6th 2024")
+add_definitions(-DBASE16384_VERSION_DATE="April 7th 2024")
9
10
message(STATUS "Testing endian...")
11
include(TestBigEndian)
base16384.1
@@ -1,4 +1,4 @@
1
-.TH BASE16384 1 "6 April 2024" "GNU" "User Commands"
+.TH BASE16384 1 "7 April 2024" "GNU" "User Commands"
.SH NAME
base16384 \- Encode binary files to printable utf16be
.SH SYNOPSIS
0 commit comments