Skip to content

Commit

Permalink
Update ExifTool build
Browse files Browse the repository at this point in the history
ExifTool is now built with a newer version of Perl, and I'm noticing an
obnoxious delay at first initialization -- workarounds may be required
if users have trouble editing metadata on first load.
  • Loading branch information
tannerhelland committed Aug 1, 2016
1 parent be43fc1 commit 8a6a359
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified App/PhotoDemon/Plugins/exiftool.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Modules/Plugin_Management.bas
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ End Enum

'Expected version numbers of plugins. These are updated at each new PhotoDemon release (if a new version of
' the plugin is available, obviously).
Private Const EXPECTED_EXIFTOOL_VERSION As String = "10.12"
Private Const EXPECTED_EXIFTOOL_VERSION As String = "10.24"
Private Const EXPECTED_EZTWAIN_VERSION As String = "1.18.0"
Private Const EXPECTED_FREEIMAGE_VERSION As String = "3.18.0"
Private Const EXPECTED_LITTLECMS_VERSION As String = "2.8.0"
Expand Down

0 comments on commit 8a6a359

Please sign in to comment.