Skip to content

Commit 95237f2

Browse files
committed
chore: bump version to v2.3.1
1 parent a0015e9 commit 95237f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 2.8.12)
22
if (POLICY CMP0048)
33
cmake_policy(SET CMP0048 NEW)
44
endif (POLICY CMP0048)
5-
project(base16384 VERSION 2.3.0)
5+
project(base16384 VERSION 2.3.1)
66

77
add_definitions(-DBASE16384_VERSION="${PROJECT_VERSION}")
8-
add_definitions(-DBASE16384_VERSION_DATE="April 6th 2024")
8+
add_definitions(-DBASE16384_VERSION_DATE="April 7th 2024")
99

1010
message(STATUS "Testing endian...")
1111
include(TestBigEndian)

base16384.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH BASE16384 1 "6 April 2024" "GNU" "User Commands"
1+
.TH BASE16384 1 "7 April 2024" "GNU" "User Commands"
22
.SH NAME
33
base16384 \- Encode binary files to printable utf16be
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)