Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Win32: Add version detection to the Inno script
Now you don't have to switch between IsRelease = yes and no. Instead, you set the CurrentReleaseVersion variable to the number of the latest stable release and Inno will decide if the setup you are about to build is a stable or a development package, so you have to alter the script only once for each release cycle. This is the highest level of automation I can currently imagine.
- Loading branch information