diff --git a/App/PhotoDemon/Plugins/libzstd.dll b/App/PhotoDemon/Plugins/libzstd.dll index 99d1c8e6b..7400e08de 100644 Binary files a/App/PhotoDemon/Plugins/libzstd.dll and b/App/PhotoDemon/Plugins/libzstd.dll differ diff --git a/Forms/Tools_PluginManager.frm b/Forms/Tools_PluginManager.frm index 539ed277c..2fa288345 100644 --- a/Forms/Tools_PluginManager.frm +++ b/Forms/Tools_PluginManager.frm @@ -542,7 +542,7 @@ Private Sub CollectAllVersionNumbers() 'Remove trailing build numbers from certain version strings. Dim dotPos As Long For i = 0 To PluginManager.GetNumOfPlugins - 1 - If (i <> CCP_ExifTool) And (i <> CCP_libdeflate) And (i <> CCP_AvifExport) And (i <> CCP_AvifImport) Then + If (i <> CCP_ExifTool) And (i <> CCP_libdeflate) And (i <> CCP_AvifExport) And (i <> CCP_AvifImport) And (i <> CCP_resvg) Then If (LenB(m_LibraryVersion(i)) <> 0) Then dotPos = InStrRev(m_LibraryVersion(i), ".", -1, vbBinaryCompare) If (dotPos <> 0) Then m_LibraryVersion(i) = Left$(m_LibraryVersion(i), dotPos - 1) diff --git a/Modules/Plugin_Management.bas b/Modules/Plugin_Management.bas index d8abc882f..243d349c4 100644 --- a/Modules/Plugin_Management.bas +++ b/Modules/Plugin_Management.bas @@ -71,7 +71,7 @@ Private Const EXPECTED_LZ4_VERSION As String = "10904" Private Const EXPECTED_PSPI_VERSION As String = "0.9" Private Const EXPECTED_RESVG_VERSION As String = "0.35.0" Private Const EXPECTED_WEBP_VERSION As String = "1.2.4" -Private Const EXPECTED_ZSTD_VERSION As String = "10502" +Private Const EXPECTED_ZSTD_VERSION As String = "10505" 'To simplify handling throughout this module, plugin existence, allowance, and successful initialization are tracked internally. ' Note that not all of these specific states are retrievable externally; in general, callers should use the simplified diff --git a/PhotoDemon.vbp b/PhotoDemon.vbp index 5cd172e6f..869b62db1 100644 --- a/PhotoDemon.vbp +++ b/PhotoDemon.vbp @@ -518,7 +518,7 @@ Description="PhotoDemon Photo Editor" CompatibleMode="0" MajorVer=9 MinorVer=1 -RevisionVer=152 +RevisionVer=154 AutoIncrementVer=1 ServerSupportFiles=0 VersionComments="Copyright 2000-2023 Tanner Helland - photodemon.org"