popclipVersion not interpreted correctly?

Hi, I’m finishing up an extension and based on output I saw in the Console I added an explicit reference to the PopClip version I used for development:

// popclipVersion: 1004226

When I try to install the script after adding this I get an error:

'This extension is not compatible with this version of PopClip. Please update to the latest version of PopClip."

I am definitely running PopClip 2023.9 (1004226).

Thanks, huge fan of PopClip!
Cory

1 Like

Ah – I need to fix this, or document it, or both. You need to just use the last 4 digits of the number.

So: // popclipVersion: 4226

See Technical notes — PopClip for a bit of explanation on the discrepancy.

Ahh, gotcha! Thanks Nick.