Changes between Version 3 and Version 4 of UpdateVersions
- Timestamp:
- Jul 16, 2007, 2:37:42 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdateVersions
v3 v4 8 8 * From the project's root directory, run bin/update_versions. 9 9 10 == Single-file application versions == 10 == Single-file application versions == #singlefile 11 11 12 12 File names must be of the form `NAME_VERSION_PLATFORM[.ext]`, e.g.: … … 20 20 21 21 22 == Multiple-file application versions == 22 == Multiple-file application versions == #multifile 23 23 24 24 Application versions can consist of multiple files, one of which is the main program. To create a multiple-file application version, create a directory with the same name as the main program (of the form `NAME_VERSION_PLATFORM[.ext]`) and put the files in that directory. … … 26 26 If your application includes executable files other than the main file, make sure that their protection flags include the user execute (u+x) bit. 27 27 28 == Passing extra information about files == 28 == Passing extra information about files == #extrainfo 29 29 30 30 If a file of the form