Skip to content

Commit

Permalink
7z.dll v24.09
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Dec 18, 2024
1 parent e5c8e53 commit 9c95469
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion misc/nightly/plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mkdir -p outfinalnewARM64/Plugins

cd plugins

VERSION_7Z=24.08
VERSION_7Z=24.09
curl -o arclite/7z/7z-${VERSION_7Z}.zip https://raw.githubusercontent.com/FarGroup/thirdparty/master/7z-${VERSION_7Z}.zip
unzip arclite/7z/7z-${VERSION_7Z}.zip -d arclite/7z/${VERSION_7Z}

Expand Down
2 changes: 1 addition & 1 deletion plugins/arclite/arclite.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<DirBit Condition="'$(Platform)'=='Win32'">32</DirBit>
<DirBit Condition="'$(Platform)'=='x64'">64</DirBit>
<DirBit Condition="'$(Platform)'=='ARM64'">ARM64</DirBit>
<Version7Z>24.08</Version7Z>
<Version7Z>24.09</Version7Z>
<Release7ZDll>7z\$(Version7Z)\dll\$(DirBit)\7z.dll</Release7ZDll>
<Debug7ZDll>7z\src\CPP\7zip\Bundles\Format7zF\Debug\$(DirBit)\7z.dll</Debug7ZDll>
<IsDebug>0</IsDebug>
Expand Down
4 changes: 4 additions & 0 deletions plugins/arclite/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
drkns 2024-12-18 20:13:59+00:00 - build 347

1. 7z.dll v24.09.

drkns 2024-11-27 17:23:01+00:00 - build 346

1. gh-886: ArcLite crash during an archive update.
Expand Down
2 changes: 1 addition & 1 deletion plugins/arclite/makefile_gcc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = arclite
VERSION_7Z=24.08
VERSION_7Z=24.09

PRECOMPILED_HEADER=headers
DISABLEAUTODEPS = 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/arclite/makefile_vc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = arclite
VERSION_7Z=24.08
VERSION_7Z=24.09

PRECOMPILED_HEADER=headers

Expand Down
2 changes: 1 addition & 1 deletion plugins/arclite/version.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <farversion.hpp>

#define PLUGIN_BUILD 346
#define PLUGIN_BUILD 347
#define PLUGIN_DESC L"Archive support for Far Manager (based on 7-Zip project)"
#define PLUGIN_NAME L"ArcLite"
#define PLUGIN_FILENAME L"arclite.dll"
Expand Down

0 comments on commit 9c95469

Please sign in to comment.