Versioning / build support in IDE

TWELVE

Active Member
Licensed User
- add support for automatic version counting / autosave

- increases build number with every compile / autosave / saves exe with version/ build number

Every save increases the version number ( starting from user defined value) and the filename is reflecting that version number.The version number can be automatically built into the program by use of a B4P constant like cVersion.

Example:
Version is 133
msgbox(cVersion) will be converted to msgbox(133) at compile time.

Every compile ( not run) increases the build number, exe filename contains version and build number.

cBuild is reflecting the build number at compile time.

Both numbers could be stored in the .sbp file.

regards,

TWELVE
 
Top