Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuro68k committed Mar 5, 2024
1 parent c5bc32c commit efb840d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpegxl/jpegxl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ BOOL DVP_IdentifyW(LPVIEWERPLUGININFO lpVPInfo)

// Version number (H.L.H.L)
lpVPInfo->dwVersionHigh = MAKELPARAM(0, 0);
lpVPInfo->dwVersionLow = MAKELPARAM(3, 0);
lpVPInfo->dwVersionLow = MAKELPARAM(4, 0);

(void)lstrcpyn(lpVPInfo->lpszHandleExts, _T(".jxl"), lpVPInfo->cchHandleExtsMax);
(void)lstrcpyn(lpVPInfo->lpszName, _T("JPEG XL"), lpVPInfo->cchNameMax);
Expand Down

0 comments on commit efb840d

Please sign in to comment.