Skip to content

Commit

Permalink
Fix Version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Jan 15, 2023
1 parent 2b28ade commit 70bf7e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion C/7zVersion.h
@@ -1,7 +1,7 @@
#define MY_VER_MAJOR 22
#define MY_VER_MINOR 01
#define MY_VER_BUILD 0
#define MY_VERSION_NUMBERS "22.01 ZS v1.5.0 R1"
#define MY_VERSION_NUMBERS "22.01 ZS v1.5.2 R1"
#define MY_VERSION MY_VERSION_NUMBERS

#ifdef MY_CPU_NAME
Expand Down
2 changes: 1 addition & 1 deletion CPP/7zip/Bundles/Codec_lz4/resource.rc
@@ -1,6 +1,6 @@
#include "../../../../C/7zVersionTr.h"
#include "../../../../C/7zVersion.rc"

MY_VERSION_INFO_DLL("7-Zip LZ4 Plugin v1.9.3", "Lz4")
MY_VERSION_INFO_DLL("7-Zip LZ4 Plugin v1.9.4", "Lz4")

101 ICON "../../Archive/Icons/lz4.ico"
2 changes: 1 addition & 1 deletion CPP/7zip/Bundles/Codec_zstd/resource.rc
@@ -1,6 +1,6 @@
#include "../../../../C/7zVersionTr.h"
#include "../../../../C/7zVersion.rc"

MY_VERSION_INFO_DLL("7-Zip ZS Plugin v1.5.0", "zstd")
MY_VERSION_INFO_DLL("7-Zip ZS Plugin v1.5.2", "zstd")

101 ICON "../../Archive/Icons/zst.ico"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -294,7 +294,7 @@ You find this project useful, maybe you consider a donation ;-)
- [Lizard] Version 1.0
- [LZ4] Version 1.9.4
- [LZ5] Version 1.5
- [Zstandard] Version 1.5.0
- [Zstandard] Version 1.5.2
- [BLAKE3] Version 0.3.7

/TR 2022-08-07
Expand Down

0 comments on commit 70bf7e0

Please sign in to comment.