mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 01:15:00 -06:00
- you can open / crate .tar.zst files now - direct compressing of files with zstd works also - you can also open files compressed with pzstd - next version will do also threaded compression like pzstd does - zst files can be registred with 7-Zip ZS now - update to latest zstd dev release v1.0.1 - the About Box will give you a hint, that this 7-Zip is not the default one
12 lines
399 B
C
12 lines
399 B
C
#define MY_VER_MAJOR 1
|
|
#define MY_VER_MINOR 0
|
|
#define MY_VER_BUILD 1
|
|
#define MY_VERSION_NUMBERS "1.0.1"
|
|
#define MY_VERSION "1.0.1"
|
|
#define MY_DATE "2016-09-15"
|
|
#undef MY_COPYRIGHT
|
|
#undef MY_VERSION_COPYRIGHT_DATE
|
|
#define MY_AUTHOR_NAME "Tino Reichardt"
|
|
#define MY_COPYRIGHT "Copyright (c) 2016 Tino Reichardt"
|
|
#define MY_VERSION_COPYRIGHT_DATE MY_VERSION " : " MY_COPYRIGHT " : " MY_DATE
|