File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static const int ARG_IDX_JOBS = 7;
3939static const int ARG_IDX_VERBOSE = 8 ;
4040static const int ARG_IDX_LEVEL = 9 ;
4141
42- static const char * APP_HEADER = " Kanzi 1.5 (C) 2019, Frederic Langlet" ;
42+ static const char * APP_HEADER = " Kanzi 1.6 (C) 2019, Frederic Langlet" ;
4343
4444
4545#ifdef CONCURRENCY_ENABLED
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ namespace kanzi
111111
112112 private:
113113 static const int BITSTREAM_TYPE = 0x4B414E5A ; // "KANZ"
114- static const int BITSTREAM_FORMAT_VERSION = 7 ;
114+ static const int BITSTREAM_FORMAT_VERSION = 8 ;
115115 static const int DEFAULT_BUFFER_SIZE = 256 * 1024 ;
116116 static const int EXTRA_BUFFER_SIZE = 256 ;
117117 static const byte COPY_BLOCK_MASK = byte(0x80 );
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ namespace kanzi {
9393
9494 private:
9595 static const int BITSTREAM_TYPE = 0x4B414E5A ; // "KANZ"
96- static const int BITSTREAM_FORMAT_VERSION = 7 ;
96+ static const int BITSTREAM_FORMAT_VERSION = 8 ;
9797 static const int DEFAULT_BUFFER_SIZE = 256 * 1024 ;
9898 static const byte COPY_BLOCK_MASK = byte(0x80 );
9999 static const byte TRANSFORMS_MASK = byte(0x10 );
You can’t perform that action at this time.
0 commit comments