Drop the -pre suffix and finalize the version. Also corrects APP_VERSION_HEX, which had drifted out of sync with APP_VERSION since the 1.1.0 bump (stayed at 0x010001 instead of following the major/minor/patch per-byte encoding established at 1.0.0/0x010000 and 1.0.1/0x010001); now 0x010101 to match 1.1.1. Updates JuceLibraryCode/AppConfig.h's fallback JucePlugin_Version*/VersionString defines to match (normally overridden by the Makefile's -D flags, but were stale at 0.5.8). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011dhtwRLARk4eiPngcQykLJ
Important Note!! ================ The purpose of this folder is to contain files that are auto-generated by the Introjucer, and ALL files in this folder will be mercilessly DELETED and completely re-written whenever the Introjucer saves your project. Therefore, it's a bad idea to make any manual changes to the files in here, or to put any of your own files in here if you don't want to lose them. (Of course you may choose to add the folder's contents to your version-control system so that you can re-merge your own modifications after the Introjucer has saved its changes).