Add new zstd 1.3.0 files and update version numbers

- pool.c, zstdmt_compress.c and some more header files are needed now
- improved manifest files for 7-zip.dll, 7zG.exe and 7zFM.exe
- update README and version numbers for release 1.3.0 R1
This commit is contained in:
Tino Reichardt
2017-07-11 21:50:23 +02:00
parent 23a9daef72
commit 2c4144c1e8
19 changed files with 1548 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
#define MY_VER_MAJOR 1
#define MY_VER_MINOR 2
#define MY_VER_MINOR 3
#define MY_VER_BUILD 0
#define MY_VERSION_NUMBERS "1.2.0 R7"
#define MY_VERSION_NUMBERS "1.3.0 R1"
#define MY_VERSION MY_VERSION_NUMBERS
#define MY_DATE "2017-06-18"
#define MY_DATE "2017-07-11"
#undef MY_COPYRIGHT
#undef MY_VERSION_COPYRIGHT_DATE
#define MY_AUTHOR_NAME "Tino Reichardt"