From: Kevin Day Date: Tue, 27 Aug 2013 00:27:33 +0000 (-0500) Subject: Release: FLL 0.4.0 X-Git-Tag: 0.4.1~2 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=070a0204de7d22e46c0824dacee5b1c7dcdcb0b8;p=fll Release: FLL 0.4.0 On second thought, 0.3.1 does not need to be released because there is no further development going on in the 0.3.x branch. Instead, make a stable release (0.4.0). --- diff --git a/build/scripts/generate.sh b/build/scripts/generate.sh index 94b08c0..329308c 100644 --- a/build/scripts/generate.sh +++ b/build/scripts/generate.sh @@ -9,7 +9,7 @@ generate_main(){ local public_name="Simple FLL Project Make Script" local system_name=generate local called_name=$(basename $0) - local version=0.3.1 + local version=0.4.0 local grab_next= local do_color=normal diff --git a/level_0/f_colors/c/colors.h b/level_0/f_colors/c/colors.h index 158c1b4..616bbe9 100644 --- a/level_0/f_colors/c/colors.h +++ b/level_0/f_colors/c/colors.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Colors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_colors/data/build/settings b/level_0/f_colors/data/build/settings index f97d5ab..e326c73 100644 --- a/level_0/f_colors/data/build/settings +++ b/level_0/f_colors/data/build/settings @@ -4,8 +4,8 @@ project_name f_colors project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_console/c/console.c b/level_0/f_console/c/console.c index 5f59c27..b2c9a49 100644 --- a/level_0/f_console/c/console.c +++ b/level_0/f_console/c/console.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Console - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_0/f_console/c/console.h b/level_0/f_console/c/console.h index b12210f..8838b87 100644 --- a/level_0/f_console/c/console.h +++ b/level_0/f_console/c/console.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Console - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_console/data/build/settings b/level_0/f_console/data/build/settings index 34d131e..ad32d6e 100644 --- a/level_0/f_console/data/build/settings +++ b/level_0/f_console/data/build/settings @@ -4,8 +4,8 @@ project_name f_console project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_conversion/c/conversion.c b/level_0/f_conversion/c/conversion.c index dbf94d6..18dcc40 100644 --- a/level_0/f_conversion/c/conversion.c +++ b/level_0/f_conversion/c/conversion.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Conversion - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_0/f_conversion/c/conversion.h b/level_0/f_conversion/c/conversion.h index 2fa4e39..7eb3fb2 100644 --- a/level_0/f_conversion/c/conversion.h +++ b/level_0/f_conversion/c/conversion.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Conversion - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_conversion/data/build/settings b/level_0/f_conversion/data/build/settings index 7ee88f6..56ea1fc 100644 --- a/level_0/f_conversion/data/build/settings +++ b/level_0/f_conversion/data/build/settings @@ -4,8 +4,8 @@ project_name f_conversion project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_errors/bash/errors.sh b/level_0/f_errors/bash/errors.sh index 5705425..b0cf406 100644 --- a/level_0/f_errors/bash/errors.sh +++ b/level_0/f_errors/bash/errors.sh @@ -1,6 +1,6 @@ # FLL - Level 0 # Project: Errors -# Version: 0.3.x +# Version: 0.4.x # Licenses: flll, lgplv2.1 # Programmers: Kevin Day # Documentation: Provides error codes diff --git a/level_0/f_errors/c/errors.h b/level_0/f_errors/c/errors.h index 3be016e..c367323 100644 --- a/level_0/f_errors/c/errors.h +++ b/level_0/f_errors/c/errors.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Errors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_errors/data/build/settings b/level_0/f_errors/data/build/settings index 3daba01..2fddad5 100644 --- a/level_0/f_errors/data/build/settings +++ b/level_0/f_errors/data/build/settings @@ -4,8 +4,8 @@ project_name f_errors project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_file/c/file.c b/level_0/f_file/c/file.c index 23c2ba7..068fc00 100644 --- a/level_0/f_file/c/file.c +++ b/level_0/f_file/c/file.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: File - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_file/c/file.h b/level_0/f_file/c/file.h index ccaed5b..88029e2 100644 --- a/level_0/f_file/c/file.h +++ b/level_0/f_file/c/file.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: File - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_file/data/build/settings b/level_0/f_file/data/build/settings index bfa1f53..b7d0486 100644 --- a/level_0/f_file/data/build/settings +++ b/level_0/f_file/data/build/settings @@ -4,8 +4,8 @@ project_name f_file project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_fss/c/fss.h b/level_0/f_fss/c/fss.h index 04e0983..129c6d0 100644 --- a/level_0/f_fss/c/fss.h +++ b/level_0/f_fss/c/fss.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_fss/data/build/settings b/level_0/f_fss/data/build/settings index a27ec5c..cf1d56c 100644 --- a/level_0/f_fss/data/build/settings +++ b/level_0/f_fss/data/build/settings @@ -4,8 +4,8 @@ project_name f_fss project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_memory/c/memory.c b/level_0/f_memory/c/memory.c index 1fb4b37..e92a41b 100644 --- a/level_0/f_memory/c/memory.c +++ b/level_0/f_memory/c/memory.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Memory - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_memory/c/memory.h b/level_0/f_memory/c/memory.h index 2aab097..9cf18d5 100644 --- a/level_0/f_memory/c/memory.h +++ b/level_0/f_memory/c/memory.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Memory - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_memory/data/build/settings b/level_0/f_memory/data/build/settings index 73a3015..006349a 100644 --- a/level_0/f_memory/data/build/settings +++ b/level_0/f_memory/data/build/settings @@ -4,8 +4,8 @@ project_name f_memory project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_paths/c/filesystem_paths.h b/level_0/f_paths/c/filesystem_paths.h index 4655366..76e7cae 100644 --- a/level_0/f_paths/c/filesystem_paths.h +++ b/level_0/f_paths/c/filesystem_paths.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Paths - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_paths/c/fll_paths.h b/level_0/f_paths/c/fll_paths.h index f2acc80..61048bf 100644 --- a/level_0/f_paths/c/fll_paths.h +++ b/level_0/f_paths/c/fll_paths.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Paths - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_paths/data/build/settings b/level_0/f_paths/data/build/settings index d6a9e14..6c91b4d 100644 --- a/level_0/f_paths/data/build/settings +++ b/level_0/f_paths/data/build/settings @@ -4,8 +4,8 @@ project_name f_paths project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries diff --git a/level_0/f_pipe/c/pipe.c b/level_0/f_pipe/c/pipe.c index 7ec221f..4537fd9 100644 --- a/level_0/f_pipe/c/pipe.c +++ b/level_0/f_pipe/c/pipe.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Pipe - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_pipe/c/pipe.h b/level_0/f_pipe/c/pipe.h index 30a0a1a..baddfc5 100644 --- a/level_0/f_pipe/c/pipe.h +++ b/level_0/f_pipe/c/pipe.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Pipe - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_pipe/data/build/settings b/level_0/f_pipe/data/build/settings index a8031f6..ef59b22 100644 --- a/level_0/f_pipe/data/build/settings +++ b/level_0/f_pipe/data/build/settings @@ -4,8 +4,8 @@ project_name f_pipe project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_print/c/print.c b/level_0/f_print/c/print.c index 5606af6..5d0725b 100644 --- a/level_0/f_print/c/print.c +++ b/level_0/f_print/c/print.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Output - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_0/f_print/c/print.h b/level_0/f_print/c/print.h index e63774d..f1aac59 100644 --- a/level_0/f_print/c/print.h +++ b/level_0/f_print/c/print.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Output - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_print/data/build/settings b/level_0/f_print/data/build/settings index cfe3e4f..dfa10f6 100644 --- a/level_0/f_print/data/build/settings +++ b/level_0/f_print/data/build/settings @@ -4,8 +4,8 @@ project_name f_print project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_serialized/c/serialized.h b/level_0/f_serialized/c/serialized.h index ccbfc19..a0349dc 100644 --- a/level_0/f_serialized/c/serialized.h +++ b/level_0/f_serialized/c/serialized.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Serialized - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_serialized/data/build/settings b/level_0/f_serialized/data/build/settings index f0b64e5..afb4101 100644 --- a/level_0/f_serialized/data/build/settings +++ b/level_0/f_serialized/data/build/settings @@ -4,8 +4,8 @@ project_name f_serialized project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_strings/c/strings.h b/level_0/f_strings/c/strings.h index 51da7ad..7b37a13 100644 --- a/level_0/f_strings/c/strings.h +++ b/level_0/f_strings/c/strings.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Strings - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_strings/data/build/settings b/level_0/f_strings/data/build/settings index 725568f..e327468 100644 --- a/level_0/f_strings/data/build/settings +++ b/level_0/f_strings/data/build/settings @@ -4,8 +4,8 @@ project_name f_strings project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_types/c/types.h b/level_0/f_types/c/types.h index 4965341..ab098ab 100644 --- a/level_0/f_types/c/types.h +++ b/level_0/f_types/c/types.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Types - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_types/c/types_array.h b/level_0/f_types/c/types_array.h index c800518..035a033 100644 --- a/level_0/f_types/c/types_array.h +++ b/level_0/f_types/c/types_array.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Types Array - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_types/data/build/settings b/level_0/f_types/data/build/settings index cb18f79..2ab76a6 100644 --- a/level_0/f_types/data/build/settings +++ b/level_0/f_types/data/build/settings @@ -4,8 +4,8 @@ project_name f_types project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_1/fl_colors/bash/colors.sh b/level_1/fl_colors/bash/colors.sh index a19a17b..750990d 100644 --- a/level_1/fl_colors/bash/colors.sh +++ b/level_1/fl_colors/bash/colors.sh @@ -1,6 +1,6 @@ # FLL - Level 1 # Project: Colors -# Version: 0.3.x +# Version: 0.4.x # Licenses: flll, lgplv2.1 # Programmers: Kevin Day # Documentation: Provide basic color output support (linux & xterm) diff --git a/level_1/fl_colors/c/colors.c b/level_1/fl_colors/c/colors.c index 84876c7..92914b9 100644 --- a/level_1/fl_colors/c/colors.c +++ b/level_1/fl_colors/c/colors.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Colors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_colors/c/colors.h b/level_1/fl_colors/c/colors.h index 1dad9a7..3a389b0 100644 --- a/level_1/fl_colors/c/colors.h +++ b/level_1/fl_colors/c/colors.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Colors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_colors/data/build/settings b/level_1/fl_colors/data/build/settings index bd1004a..8ed93f6 100644 --- a/level_1/fl_colors/data/build/settings +++ b/level_1/fl_colors/data/build/settings @@ -4,8 +4,8 @@ project_name fl_colors project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_file diff --git a/level_1/fl_console/c/console.c b/level_1/fl_console/c/console.c index 68b18f2..cf0e26b 100644 --- a/level_1/fl_console/c/console.c +++ b/level_1/fl_console/c/console.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Console - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_console/c/console.h b/level_1/fl_console/c/console.h index c2b9738..dfe198b 100644 --- a/level_1/fl_console/c/console.h +++ b/level_1/fl_console/c/console.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Console - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_console/data/build/settings b/level_1/fl_console/data/build/settings index 34301a6..e070d72 100644 --- a/level_1/fl_console/data/build/settings +++ b/level_1/fl_console/data/build/settings @@ -4,8 +4,8 @@ project_name fl_console project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_console diff --git a/level_1/fl_directory/c/directory.c b/level_1/fl_directory/c/directory.c index 96b6647..d84fed5 100644 --- a/level_1/fl_directory/c/directory.c +++ b/level_1/fl_directory/c/directory.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Directory - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_directory/c/directory.h b/level_1/fl_directory/c/directory.h index 1a3cb0e..fda74ba 100644 --- a/level_1/fl_directory/c/directory.h +++ b/level_1/fl_directory/c/directory.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Directory - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_directory/data/build/settings b/level_1/fl_directory/data/build/settings index e4bd3f3..e130243 100644 --- a/level_1/fl_directory/data/build/settings +++ b/level_1/fl_directory/data/build/settings @@ -4,8 +4,8 @@ project_name fl_directory project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory diff --git a/level_1/fl_errors/bash/errors.sh b/level_1/fl_errors/bash/errors.sh index 5705425..b0cf406 100644 --- a/level_1/fl_errors/bash/errors.sh +++ b/level_1/fl_errors/bash/errors.sh @@ -1,6 +1,6 @@ # FLL - Level 0 # Project: Errors -# Version: 0.3.x +# Version: 0.4.x # Licenses: flll, lgplv2.1 # Programmers: Kevin Day # Documentation: Provides error codes diff --git a/level_1/fl_errors/c/errors.c b/level_1/fl_errors/c/errors.c index 2aa734f..d108d43 100644 --- a/level_1/fl_errors/c/errors.c +++ b/level_1/fl_errors/c/errors.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Errors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_errors/c/errors.h b/level_1/fl_errors/c/errors.h index 2c0e329..38dbdae 100644 --- a/level_1/fl_errors/c/errors.h +++ b/level_1/fl_errors/c/errors.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Errors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_errors/data/build/settings b/level_1/fl_errors/data/build/settings index eed93d7..08c0314 100644 --- a/level_1/fl_errors/data/build/settings +++ b/level_1/fl_errors/data/build/settings @@ -4,8 +4,8 @@ project_name fl_errors project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_1/fl_file/c/file.c b/level_1/fl_file/c/file.c index 1f27bf6..c7a2bab 100644 --- a/level_1/fl_file/c/file.c +++ b/level_1/fl_file/c/file.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: File - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_file/c/file.h b/level_1/fl_file/c/file.h index 6f5042d..9cc4bd4 100644 --- a/level_1/fl_file/c/file.h +++ b/level_1/fl_file/c/file.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: File - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_file/data/build/settings b/level_1/fl_file/data/build/settings index c997fff..743b4a7 100644 --- a/level_1/fl_file/data/build/settings +++ b/level_1/fl_file/data/build/settings @@ -4,8 +4,8 @@ project_name fl_file project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_file diff --git a/level_1/fl_fss/c/fss.c b/level_1/fl_fss/c/fss.c index 2f8d7b3..e6b9bc1 100644 --- a/level_1/fl_fss/c/fss.c +++ b/level_1/fl_fss/c/fss.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/c/fss.h b/level_1/fl_fss/c/fss.h index 6d5c9c3..a2cf26a 100644 --- a/level_1/fl_fss/c/fss.h +++ b/level_1/fl_fss/c/fss.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_fss/c/fss_basic.c b/level_1/fl_fss/c/fss_basic.c index c5f1c6a..0c90a58 100644 --- a/level_1/fl_fss/c/fss_basic.c +++ b/level_1/fl_fss/c/fss_basic.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_fss/c/fss_basic.h b/level_1/fl_fss/c/fss_basic.h index fb9f342..d03b7b8 100644 --- a/level_1/fl_fss/c/fss_basic.h +++ b/level_1/fl_fss/c/fss_basic.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/c/fss_basic_list.c b/level_1/fl_fss/c/fss_basic_list.c index 7b6bab0..bca6bdc 100644 --- a/level_1/fl_fss/c/fss_basic_list.c +++ b/level_1/fl_fss/c/fss_basic_list.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_fss/c/fss_basic_list.h b/level_1/fl_fss/c/fss_basic_list.h index 43acf62..20d0adb 100644 --- a/level_1/fl_fss/c/fss_basic_list.h +++ b/level_1/fl_fss/c/fss_basic_list.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/c/fss_errors.h b/level_1/fl_fss/c/fss_errors.h index 00da3d8..79cadb7 100644 --- a/level_1/fl_fss/c/fss_errors.h +++ b/level_1/fl_fss/c/fss_errors.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * diff --git a/level_1/fl_fss/c/fss_extended.c b/level_1/fl_fss/c/fss_extended.c index 1f646d1..2204f33 100644 --- a/level_1/fl_fss/c/fss_extended.c +++ b/level_1/fl_fss/c/fss_extended.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_fss/c/fss_extended.h b/level_1/fl_fss/c/fss_extended.h index 9f8d3e7..09eb611 100644 --- a/level_1/fl_fss/c/fss_extended.h +++ b/level_1/fl_fss/c/fss_extended.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/c/fss_macro.h b/level_1/fl_fss/c/fss_macro.h index 9631e32..5c6f343 100644 --- a/level_1/fl_fss/c/fss_macro.h +++ b/level_1/fl_fss/c/fss_macro.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/data/build/settings b/level_1/fl_fss/data/build/settings index b8c5f75..3798a1c 100644 --- a/level_1/fl_fss/data/build/settings +++ b/level_1/fl_fss/data/build/settings @@ -4,8 +4,8 @@ project_name fl_fss project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_file -lf_conversion diff --git a/level_1/fl_serialized/c/serialized.c b/level_1/fl_serialized/c/serialized.c index 17c75db..84a601f 100644 --- a/level_1/fl_serialized/c/serialized.c +++ b/level_1/fl_serialized/c/serialized.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Serialized - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_serialized/c/serialized.h b/level_1/fl_serialized/c/serialized.h index 87a70ba..5a83b8e 100644 --- a/level_1/fl_serialized/c/serialized.h +++ b/level_1/fl_serialized/c/serialized.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Serialized - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_serialized/data/build/settings b/level_1/fl_serialized/data/build/settings index e652b74..84ea78e 100644 --- a/level_1/fl_serialized/data/build/settings +++ b/level_1/fl_serialized/data/build/settings @@ -4,8 +4,8 @@ project_name fl_serialized project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_1/fl_strings/c/strings.c b/level_1/fl_strings/c/strings.c index 50fd977..b6a101d 100644 --- a/level_1/fl_strings/c/strings.c +++ b/level_1/fl_strings/c/strings.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Strings - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_strings/c/strings.h b/level_1/fl_strings/c/strings.h index 14c45d6..0ba176e 100644 --- a/level_1/fl_strings/c/strings.h +++ b/level_1/fl_strings/c/strings.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Strings - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_strings/data/build/settings b/level_1/fl_strings/data/build/settings index 7943081..88ead1c 100644 --- a/level_1/fl_strings/data/build/settings +++ b/level_1/fl_strings/data/build/settings @@ -4,8 +4,8 @@ project_name fl_strings project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory diff --git a/level_2/fll_colors/c/colors.c b/level_2/fll_colors/c/colors.c index 762ae44..623461f 100644 --- a/level_2/fll_colors/c/colors.c +++ b/level_2/fll_colors/c/colors.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: Colors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_2/fll_colors/c/colors.h b/level_2/fll_colors/c/colors.h index 8cd5232..a8dbb86 100644 --- a/level_2/fll_colors/c/colors.h +++ b/level_2/fll_colors/c/colors.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: Colors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_colors/data/build/settings b/level_2/fll_colors/data/build/settings index ca5b58b..fc7fae1 100644 --- a/level_2/fll_colors/data/build/settings +++ b/level_2/fll_colors/data/build/settings @@ -4,8 +4,8 @@ project_name fll_colors project_level 2 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_2/fll_execute/c/execute.c b/level_2/fll_execute/c/execute.c index eda64ae..a065ba7 100644 --- a/level_2/fll_execute/c/execute.c +++ b/level_2/fll_execute/c/execute.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: Execute - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_execute/c/execute.h b/level_2/fll_execute/c/execute.h index e315a27..e74a14c 100644 --- a/level_2/fll_execute/c/execute.h +++ b/level_2/fll_execute/c/execute.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Execute - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_execute/data/build/settings b/level_2/fll_execute/data/build/settings index 87053d9..8a08030 100644 --- a/level_2/fll_execute/data/build/settings +++ b/level_2/fll_execute/data/build/settings @@ -4,8 +4,8 @@ project_name fll_execute project_level 2 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory diff --git a/level_2/fll_fss/c/fss_basic.c b/level_2/fll_fss/c/fss_basic.c index 2325f7e..dda2cd8 100644 --- a/level_2/fll_fss/c/fss_basic.c +++ b/level_2/fll_fss/c/fss_basic.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_2/fll_fss/c/fss_basic.h b/level_2/fll_fss/c/fss_basic.h index 33c8e7f..94d9315 100644 --- a/level_2/fll_fss/c/fss_basic.h +++ b/level_2/fll_fss/c/fss_basic.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_fss/c/fss_basic_list.c b/level_2/fll_fss/c/fss_basic_list.c index 402bee1..12d3611 100644 --- a/level_2/fll_fss/c/fss_basic_list.c +++ b/level_2/fll_fss/c/fss_basic_list.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_2/fll_fss/c/fss_basic_list.h b/level_2/fll_fss/c/fss_basic_list.h index 375a3b7..060704b 100644 --- a/level_2/fll_fss/c/fss_basic_list.h +++ b/level_2/fll_fss/c/fss_basic_list.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_fss/c/fss_errors.c b/level_2/fll_fss/c/fss_errors.c index d8fe601..0c7f03d 100644 --- a/level_2/fll_fss/c/fss_errors.c +++ b/level_2/fll_fss/c/fss_errors.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_2/fll_fss/c/fss_errors.h b/level_2/fll_fss/c/fss_errors.h index 34203e7..12e3ecb 100644 --- a/level_2/fll_fss/c/fss_errors.h +++ b/level_2/fll_fss/c/fss_errors.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_fss/c/fss_extended.c b/level_2/fll_fss/c/fss_extended.c index db5ee00..6d8cfd8 100644 --- a/level_2/fll_fss/c/fss_extended.c +++ b/level_2/fll_fss/c/fss_extended.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_2/fll_fss/c/fss_extended.h b/level_2/fll_fss/c/fss_extended.h index 56efbbf..d30ea3a 100644 --- a/level_2/fll_fss/c/fss_extended.h +++ b/level_2/fll_fss/c/fss_extended.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_fss/data/build/settings b/level_2/fll_fss/data/build/settings index a643c50..f4cd4ac 100644 --- a/level_2/fll_fss/data/build/settings +++ b/level_2/fll_fss/data/build/settings @@ -4,8 +4,8 @@ project_name fll_fss project_level 2 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_file -lf_conversion -lfl_fss -lfl_errors diff --git a/level_3/firewall/c/firewall.c b/level_3/firewall/c/firewall.c index c1ddb2e..2984a1d 100644 --- a/level_3/firewall/c/firewall.c +++ b/level_3/firewall/c/firewall.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: Firewall - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/firewall/c/firewall.h b/level_3/firewall/c/firewall.h index 7940887..6646e42 100644 --- a/level_3/firewall/c/firewall.h +++ b/level_3/firewall/c/firewall.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: Firewall - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/firewall/data/build/settings b/level_3/firewall/data/build/settings index b19d686..68527d0 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -4,8 +4,8 @@ project_name firewall project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.c b/level_3/fss_basic_list_read/c/fss_basic_list_read.c index 1921f1f..62d4939 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.c +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.h b/level_3/fss_basic_list_read/c/fss_basic_list_read.h index b69c440..5dc9e4f 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.h +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_basic_list_read/data/build/settings b/level_3/fss_basic_list_read/data/build/settings index 33fe72c..8ada4e7 100644 --- a/level_3/fss_basic_list_read/data/build/settings +++ b/level_3/fss_basic_list_read/data/build/settings @@ -4,8 +4,8 @@ project_name fss_basic_list_read project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe diff --git a/level_3/fss_basic_list_write/c/fss_basic_list_write.c b/level_3/fss_basic_list_write/c/fss_basic_list_write.c index d974cb2..3c4d764 100644 --- a/level_3/fss_basic_list_write/c/fss_basic_list_write.c +++ b/level_3/fss_basic_list_write/c/fss_basic_list_write.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_basic_list_write/c/fss_basic_list_write.h b/level_3/fss_basic_list_write/c/fss_basic_list_write.h index dcba9c2..2f01150 100644 --- a/level_3/fss_basic_list_write/c/fss_basic_list_write.h +++ b/level_3/fss_basic_list_write/c/fss_basic_list_write.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_basic_list_write/data/build/settings b/level_3/fss_basic_list_write/data/build/settings index f42efe3..7d24349 100644 --- a/level_3/fss_basic_list_write/data/build/settings +++ b/level_3/fss_basic_list_write/data/build/settings @@ -4,8 +4,8 @@ project_name fss_basic_list_write project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lf_file -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss -lfl_file diff --git a/level_3/fss_basic_read/c/fss_basic_read.c b/level_3/fss_basic_read/c/fss_basic_read.c index 98d2f67..668cdaa 100644 --- a/level_3/fss_basic_read/c/fss_basic_read.c +++ b/level_3/fss_basic_read/c/fss_basic_read.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_basic_read/c/fss_basic_read.h b/level_3/fss_basic_read/c/fss_basic_read.h index 07bd869..eb5cec3 100644 --- a/level_3/fss_basic_read/c/fss_basic_read.h +++ b/level_3/fss_basic_read/c/fss_basic_read.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_basic_read/data/build/settings b/level_3/fss_basic_read/data/build/settings index 2901825..83e21ef 100644 --- a/level_3/fss_basic_read/data/build/settings +++ b/level_3/fss_basic_read/data/build/settings @@ -4,8 +4,8 @@ project_name fss_basic_read project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe diff --git a/level_3/fss_basic_write/c/fss_basic_write.c b/level_3/fss_basic_write/c/fss_basic_write.c index 377a48a..009db06 100644 --- a/level_3/fss_basic_write/c/fss_basic_write.c +++ b/level_3/fss_basic_write/c/fss_basic_write.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_basic_write/c/fss_basic_write.h b/level_3/fss_basic_write/c/fss_basic_write.h index 9b1cf1e..a3f1e4f 100644 --- a/level_3/fss_basic_write/c/fss_basic_write.h +++ b/level_3/fss_basic_write/c/fss_basic_write.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_basic_write/data/build/settings b/level_3/fss_basic_write/data/build/settings index 79261ed..8946c07 100644 --- a/level_3/fss_basic_write/data/build/settings +++ b/level_3/fss_basic_write/data/build/settings @@ -4,8 +4,8 @@ project_name fss_basic_write project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lf_file -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss -lfl_file diff --git a/level_3/fss_extended_read/c/fss_extended_read.c b/level_3/fss_extended_read/c/fss_extended_read.c index 7a37bc7..fd022d1 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.c +++ b/level_3/fss_extended_read/c/fss_extended_read.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_extended_read/c/fss_extended_read.h b/level_3/fss_extended_read/c/fss_extended_read.h index 4cee551..844fc98 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.h +++ b/level_3/fss_extended_read/c/fss_extended_read.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_extended_read/data/build/settings b/level_3/fss_extended_read/data/build/settings index d7c8cf3..2272de7 100644 --- a/level_3/fss_extended_read/data/build/settings +++ b/level_3/fss_extended_read/data/build/settings @@ -4,8 +4,8 @@ project_name fss_extended_read project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe diff --git a/level_3/fss_extended_write/c/fss_extended_write.c b/level_3/fss_extended_write/c/fss_extended_write.c index bed3393..8a2f0c2 100644 --- a/level_3/fss_extended_write/c/fss_extended_write.c +++ b/level_3/fss_extended_write/c/fss_extended_write.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_extended_write/c/fss_extended_write.h b/level_3/fss_extended_write/c/fss_extended_write.h index 0c723c4..29c24d6 100644 --- a/level_3/fss_extended_write/c/fss_extended_write.h +++ b/level_3/fss_extended_write/c/fss_extended_write.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_extended_write/data/build/settings b/level_3/fss_extended_write/data/build/settings index 3d37395..9062b9b 100644 --- a/level_3/fss_extended_write/data/build/settings +++ b/level_3/fss_extended_write/data/build/settings @@ -4,8 +4,8 @@ project_name fss_extended_write project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lf_file -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss -lfl_file diff --git a/level_3/fss_return_code/c/fss_return_code.c b/level_3/fss_return_code/c/fss_return_code.c index a0be4a1..f3e8823 100644 --- a/level_3/fss_return_code/c/fss_return_code.c +++ b/level_3/fss_return_code/c/fss_return_code.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_return_code/c/fss_return_code.h b/level_3/fss_return_code/c/fss_return_code.h index 3bb5d24..51ec7ea 100644 --- a/level_3/fss_return_code/c/fss_return_code.h +++ b/level_3/fss_return_code/c/fss_return_code.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_return_code/data/build/settings b/level_3/fss_return_code/data/build/settings index 0c87182..a5c950f 100644 --- a/level_3/fss_return_code/data/build/settings +++ b/level_3/fss_return_code/data/build/settings @@ -4,8 +4,8 @@ project_name fss_return_code project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss diff --git a/level_3/return_code/c/return_code.c b/level_3/return_code/c/return_code.c index 9d091cc..ed70dd1 100644 --- a/level_3/return_code/c/return_code.c +++ b/level_3/return_code/c/return_code.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/return_code/c/return_code.h b/level_3/return_code/c/return_code.h index 076189d..b80894f 100644 --- a/level_3/return_code/c/return_code.h +++ b/level_3/return_code/c/return_code.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/return_code/data/build/settings b/level_3/return_code/data/build/settings index 674c2ae..f553dc8 100644 --- a/level_3/return_code/data/build/settings +++ b/level_3/return_code/data/build/settings @@ -4,8 +4,8 @@ project_name return_code project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lfl_colors -lfll_colors -lfl_errors