Skip to content

Commit 6b6fb0e

Browse files
committed
v2.2.3
1 parent 6ff90b3 commit 6b6fb0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.2.2)
5+
project(base16384 VERSION 2.2.3)
66

77
add_executable(base16384_b base16384.c)
88

base16384.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ unsigned long get_start_ms() {
3939
#endif
4040

4141
static void print_usage() {
42-
puts("Copyright (c) 2022 Fumiama Minamoto.\nBase16384 2.2.2 (Dec 14th 2022). Usage:");
42+
puts("Copyright (c) 2022-2023 Fumiama Minamoto.\nBase16384 2.2.3 (May 18th 2023). Usage:");
4343
puts("base16384 [-edt] [inputfile] [outputfile]");
4444
puts(" -e\t\tencode");
4545
puts(" -d\t\tdecode");

0 commit comments

Comments
 (0)