Commit | Line | Data |
---|---|---|
2ebe596e JR |
1 | On version.i generation, check the content of the following files : |
2 | ||
3 | * "extra_version_name" | |
4 | ||
5 | The first line is used to populate the EXTRA_VERSION_NAME pre-processor | |
6 | define statement. | |
7 | ||
8 | * "extra_version_description" | |
9 | ||
10 | The content is used to populate the EXTRA_VERSION_DESCRIPTION pre-processor | |
11 | define statement. | |
12 | ||
13 | It should contain the description of local modifications done to the tree. | |
14 | This can be used by distribution packager to specify what changes were | |
15 | applied locally. Mostly in the form of patch/commit name. All non-alpha | |
16 | numeric characters are converted to "-". |