Superfluous display of "version"

At some point JUCE has changed the way it displays version numbers in Windows Settings\Apps it used to display just the version number itself, for example “1.2.3” but it now displays “version 1.2.3”. It’s even possible to tell which apps were built using JUCE by looking for this superfluous “version”. Could it be removed?

I’m not sure, but I assume this version string comes from the Resources.rc file that gets built into the final product. Could you try opening the Resources.rc file for one of your projects with a bad version number and check the FileVersion and ProductVersion strings?

Sorry, this was a false alarm. The superflous “version” has nothing to do with JUCE and actually comes from Inno Setup’s default setting for “AppVerName”. If it isn’t defined, it includes “version” in the middle. At least FL Studio Cloud Plugins app has made the same mistake :slightly_smiling_face: