We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d25945 commit c2fc9ebCopy full SHA for c2fc9eb
src/app/Kanzi.cpp
@@ -50,7 +50,7 @@ static const int ARG_IDX_LEVEL = 9;
50
//static const int ARG_IDX_FROM = 11;
51
//static const int ARG_IDX_TO = 12;
52
53
-static const string KANZI_VERSION = "2.3.0";
+static const string KANZI_VERSION = "2.4.0";
54
static const string APP_HEADER = "Kanzi " + KANZI_VERSION + " (c) Frederic Langlet";
55
static const string APP_SUB_HEADER = "Fast lossless data compressor.";
56
static const string APP_USAGE = "Usage: kanzi [-c|-d] [flags and files in any order]";
0 commit comments