|
My definition of the release number: The following defines the release numbers.
They are made up of four parts, a.b.c.d
a = major release number, this will change whenever major database changes are required, probably every 12 to 18 month b = minor release number, this will change for enhancements normally not requiring database changes c = build number, this will change whenever I build a release to correct a problem, they will be created whenever a problem is found, could be recreated and can be corrected WITHOUT changing the database. d = either “1” for an alpha, “2” for a beta, or “9” for final/stable release
Note: Only major release number changes might require the purchase of an upgrade. If a new version is made available (e.g. a minor release number changes or a build number changes) these will always be provided free of charge.
|