We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff90b3 commit 6b6fb0eCopy full SHA for 6b6fb0e
CMakeLists.txt
@@ -2,7 +2,7 @@ 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.2.2)
+project(base16384 VERSION 2.2.3)
6
7
add_executable(base16384_b base16384.c)
8
base16384.c
@@ -39,7 +39,7 @@ unsigned long get_start_ms() {
39
#endif
40
41
static void print_usage() {
42
- puts("Copyright (c) 2022 Fumiama Minamoto.\nBase16384 2.2.2 (Dec 14th 2022). Usage:");
+ puts("Copyright (c) 2022-2023 Fumiama Minamoto.\nBase16384 2.2.3 (May 18th 2023). Usage:");
43
puts("base16384 [-edt] [inputfile] [outputfile]");
44
puts(" -e\t\tencode");
45
puts(" -d\t\tdecode");
0 commit comments