diff --git a/C/7zVersion.h b/C/7zVersion.h index e6ad6ee5..ddcc62b7 100644 --- a/C/7zVersion.h +++ b/C/7zVersion.h @@ -1,7 +1,7 @@ #define MY_VER_MAJOR 17 #define MY_VER_MINOR 00 #define MY_VER_BUILD 0 -#define MY_VERSION_NUMBERS "17.00 ZS v1.2.0 R3" +#define MY_VERSION_NUMBERS "17.00 ZS v1.2.0 R4" #define MY_VERSION MY_VERSION_NUMBERS #ifdef MY_CPU_NAME @@ -10,7 +10,7 @@ #define MY_VERSION_CPU MY_VERSION #endif -#define MY_DATE "2017-05-25" +#define MY_DATE "2017-05-27" #undef MY_COPYRIGHT #undef MY_VERSION_COPYRIGHT_DATE #define MY_AUTHOR_NAME "Igor Pavlov, Tino Reichardt" diff --git a/C/7zVersionTr.h b/C/7zVersionTr.h index 9002a3b6..f1898f4e 100644 --- a/C/7zVersionTr.h +++ b/C/7zVersionTr.h @@ -1,9 +1,9 @@ #define MY_VER_MAJOR 1 #define MY_VER_MINOR 2 #define MY_VER_BUILD 0 -#define MY_VERSION_NUMBERS "1.2.0 R3" +#define MY_VERSION_NUMBERS "1.2.0 R4" #define MY_VERSION MY_VERSION_NUMBERS -#define MY_DATE "2017-05-25" +#define MY_DATE "2017-05-27" #undef MY_COPYRIGHT #undef MY_VERSION_COPYRIGHT_DATE #define MY_AUTHOR_NAME "Tino Reichardt" diff --git a/CPP/7zip/Bundles/Codec_brotli/resource.rc b/CPP/7zip/Bundles/Codec_brotli/resource.rc index 99ba8f71..8a40c497 100644 --- a/CPP/7zip/Bundles/Codec_brotli/resource.rc +++ b/CPP/7zip/Bundles/Codec_brotli/resource.rc @@ -1,6 +1,6 @@ #include "../../../../C/7zVersionTr.h" #include "../../../../C/7zVersion.rc" -MY_VERSION_INFO_DLL("7z Brotli Plugin", "Brotli") +MY_VERSION_INFO_DLL("7-Zip Brotli Plugin v0.6.0", "Brotli") 101 ICON "../../Archive/Icons/7z.ico" diff --git a/CPP/7zip/Bundles/Codec_lizard/resource.rc b/CPP/7zip/Bundles/Codec_lizard/resource.rc index b00334bd..c85cfa1d 100644 --- a/CPP/7zip/Bundles/Codec_lizard/resource.rc +++ b/CPP/7zip/Bundles/Codec_lizard/resource.rc @@ -1,6 +1,6 @@ #include "../../../../C/7zVersionTr.h" #include "../../../../C/7zVersion.rc" -MY_VERSION_INFO_DLL("7z Lizard Plugin", "Lizard") +MY_VERSION_INFO_DLL("7-Zip Lizard Plugin v2.0", "Lizard") 101 ICON "../../Archive/Icons/7z.ico" diff --git a/CPP/7zip/Bundles/Codec_lz4/resource.rc b/CPP/7zip/Bundles/Codec_lz4/resource.rc index 09a8224b..00e9c490 100644 --- a/CPP/7zip/Bundles/Codec_lz4/resource.rc +++ b/CPP/7zip/Bundles/Codec_lz4/resource.rc @@ -1,6 +1,6 @@ #include "../../../../C/7zVersionTr.h" #include "../../../../C/7zVersion.rc" -MY_VERSION_INFO_DLL("7z LZ4 Plugin", "Lz4") +MY_VERSION_INFO_DLL("7-Zip LZ4 Plugin v1.7.5", "Lz4") 101 ICON "../../Archive/Icons/7z.ico" diff --git a/CPP/7zip/Bundles/Codec_lz5/resource.rc b/CPP/7zip/Bundles/Codec_lz5/resource.rc index 630ac2fb..15aa9f1a 100644 --- a/CPP/7zip/Bundles/Codec_lz5/resource.rc +++ b/CPP/7zip/Bundles/Codec_lz5/resource.rc @@ -1,6 +1,6 @@ #include "../../../../C/7zVersionTr.h" #include "../../../../C/7zVersion.rc" -MY_VERSION_INFO_DLL("7z LZ5 Plugin", "Lz5") +MY_VERSION_INFO_DLL("7-Zip LZ5 Plugin v1.5", "Lz5") 101 ICON "../../Archive/Icons/7z.ico" diff --git a/CPP/7zip/Bundles/Codec_zstd/resource.rc b/CPP/7zip/Bundles/Codec_zstd/resource.rc index 8d0f39a9..4290d7e0 100644 --- a/CPP/7zip/Bundles/Codec_zstd/resource.rc +++ b/CPP/7zip/Bundles/Codec_zstd/resource.rc @@ -1,6 +1,6 @@ #include "../../../../C/7zVersionTr.h" #include "../../../../C/7zVersion.rc" -MY_VERSION_INFO_DLL("7z ZStandard Plugin v1.x", "zstd") +MY_VERSION_INFO_DLL("7-Zip ZStandard Plugin v1.2.0", "zstd") 101 ICON "../../Archive/Icons/7z.ico" diff --git a/CPP/7zip/Bundles/Codec_zstdF/resource.rc b/CPP/7zip/Bundles/Codec_zstdF/resource.rc index 55abee51..4290d7e0 100644 --- a/CPP/7zip/Bundles/Codec_zstdF/resource.rc +++ b/CPP/7zip/Bundles/Codec_zstdF/resource.rc @@ -1,6 +1,6 @@ #include "../../../../C/7zVersionTr.h" #include "../../../../C/7zVersion.rc" -MY_VERSION_INFO_DLL("7z ZStandard Plugin", "zstd") +MY_VERSION_INFO_DLL("7-Zip ZStandard Plugin v1.2.0", "zstd") 101 ICON "../../Archive/Icons/7z.ico"