The following are the commands that I ran to make this change:
# find build/ level_? specifications/ documents/ licenses/ -type f -exec sed -i -e 's|0\.8\.1|0.8.2|g' -e 's|^version_micro 0|version_micro 1|g' '{}' ';'
# find level_3/ -name *.h -exec sed -i -e 's|_program_version_micro_s F_string_ascii_1_s|_program_version_micro_s F_string_ascii_2_s|g' -e 's|_program_version_micro_s_length F_string_ascii_1_s_length|_program_version_micro_s_length F_string_ascii_2_s_length|g' '{}' ';'
# sed -i -e 's|version_micro 1|version_micro 2|g' build/*/settings* build/stand_alone/*.settings* level_*/*/data/build/*settings*
If one of the build sub-directories, such as includes, libraries, programs, and settings, is empty or missing after a successful build, then there are no files of that type to install.
If one of the build sub-directories, such as includes, libraries, programs, and settings, is empty or missing after a successful build, then there are no files of that type to install.
- Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.8.1" project)\:
+ Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.8.2" project)\: