From 7a10ef89990cb3e2b5d9ee7182de8e18aa5e27a5 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 3 Aug 2014 17:40:35 -0500 Subject: [PATCH] Bugfix: programs incorrectly reporting version I noticed, unfortunately after the release and not before, that the proper version number was not being reported. This seems to have been an oversight. To reduce the chances of this happening, I decided to make the next version number be the default. I will make a release after a month or two fixing this. --- build/scripts/generate.sh | 2 +- level_0/f_colors/c/colors.h | 2 +- level_0/f_colors/data/build/settings | 2 +- level_0/f_console/c/console.c | 2 +- level_0/f_console/c/console.h | 2 +- level_0/f_console/data/build/settings | 2 +- level_0/f_conversion/c/conversion.c | 2 +- level_0/f_conversion/c/conversion.h | 2 +- level_0/f_conversion/data/build/settings | 2 +- level_0/f_errors/bash/errors.sh | 2 +- level_0/f_errors/c/errors.h | 2 +- level_0/f_errors/data/build/settings | 2 +- level_0/f_file/c/file.c | 2 +- level_0/f_file/c/file.h | 2 +- level_0/f_file/data/build/settings | 2 +- level_0/f_fss/c/fss.h | 2 +- level_0/f_fss/data/build/settings | 2 +- level_0/f_memory/c/memory.c | 2 +- level_0/f_memory/c/memory.h | 2 +- level_0/f_memory/data/build/settings | 2 +- level_0/f_paths/c/filesystem_paths.h | 2 +- level_0/f_paths/c/fll_paths.h | 2 +- level_0/f_paths/data/build/settings | 2 +- level_0/f_pipe/c/pipe.c | 2 +- level_0/f_pipe/c/pipe.h | 2 +- level_0/f_pipe/data/build/settings | 2 +- level_0/f_print/c/print.c | 2 +- level_0/f_print/c/print.h | 2 +- level_0/f_print/data/build/settings | 2 +- level_0/f_serialized/c/serialized.h | 2 +- level_0/f_serialized/data/build/settings | 2 +- level_0/f_strings/c/strings.h | 2 +- level_0/f_strings/data/build/settings | 2 +- level_0/f_types/c/types.h | 2 +- level_0/f_types/c/types_array.h | 2 +- level_0/f_types/data/build/settings | 2 +- level_1/fl_colors/bash/colors.sh | 2 +- level_1/fl_colors/c/colors.c | 2 +- level_1/fl_colors/c/colors.h | 2 +- level_1/fl_colors/data/build/settings | 2 +- level_1/fl_console/c/console.c | 2 +- level_1/fl_console/c/console.h | 2 +- level_1/fl_console/data/build/settings | 2 +- level_1/fl_directory/c/directory.c | 2 +- level_1/fl_directory/c/directory.h | 2 +- level_1/fl_directory/data/build/settings | 2 +- level_1/fl_errors/bash/errors.sh | 2 +- level_1/fl_errors/c/errors.c | 2 +- level_1/fl_errors/c/errors.h | 2 +- level_1/fl_errors/data/build/settings | 2 +- level_1/fl_file/c/file.c | 2 +- level_1/fl_file/c/file.h | 2 +- level_1/fl_file/data/build/settings | 2 +- level_1/fl_fss/c/fss.c | 2 +- level_1/fl_fss/c/fss.h | 2 +- level_1/fl_fss/c/fss_basic.c | 2 +- level_1/fl_fss/c/fss_basic.h | 2 +- level_1/fl_fss/c/fss_basic_list.c | 2 +- level_1/fl_fss/c/fss_basic_list.h | 2 +- level_1/fl_fss/c/fss_errors.h | 2 +- level_1/fl_fss/c/fss_extended.c | 2 +- level_1/fl_fss/c/fss_extended.h | 2 +- level_1/fl_fss/c/fss_macro.h | 2 +- level_1/fl_fss/data/build/settings | 2 +- level_1/fl_serialized/c/serialized.c | 2 +- level_1/fl_serialized/c/serialized.h | 2 +- level_1/fl_serialized/data/build/settings | 2 +- level_1/fl_strings/c/strings.c | 2 +- level_1/fl_strings/c/strings.h | 2 +- level_1/fl_strings/data/build/settings | 2 +- level_2/fll_colors/c/colors.c | 2 +- level_2/fll_colors/c/colors.h | 2 +- level_2/fll_colors/data/build/settings | 2 +- level_2/fll_execute/c/execute.c | 2 +- level_2/fll_execute/c/execute.h | 2 +- level_2/fll_execute/data/build/settings | 2 +- level_2/fll_fss/c/fss_basic.c | 2 +- level_2/fll_fss/c/fss_basic.h | 2 +- level_2/fll_fss/c/fss_basic_list.c | 2 +- level_2/fll_fss/c/fss_basic_list.h | 2 +- level_2/fll_fss/c/fss_errors.c | 2 +- level_2/fll_fss/c/fss_errors.h | 2 +- level_2/fll_fss/c/fss_extended.c | 2 +- level_2/fll_fss/c/fss_extended.h | 2 +- level_2/fll_fss/data/build/settings | 2 +- level_3/firewall/c/firewall.c | 2 +- level_3/firewall/c/firewall.h | 6 +++--- level_3/firewall/data/build/settings | 2 +- level_3/fss_basic_list_read/c/fss_basic_list_read.c | 2 +- level_3/fss_basic_list_read/c/fss_basic_list_read.h | 6 +++--- level_3/fss_basic_list_read/data/build/settings | 2 +- level_3/fss_basic_list_write/c/fss_basic_list_write.c | 2 +- level_3/fss_basic_list_write/c/fss_basic_list_write.h | 6 +++--- level_3/fss_basic_list_write/data/build/settings | 2 +- level_3/fss_basic_read/c/fss_basic_read.c | 2 +- level_3/fss_basic_read/c/fss_basic_read.h | 6 +++--- level_3/fss_basic_read/data/build/settings | 2 +- level_3/fss_basic_write/c/fss_basic_write.c | 2 +- level_3/fss_basic_write/c/fss_basic_write.h | 6 +++--- level_3/fss_basic_write/data/build/settings | 2 +- level_3/fss_extended_read/c/fss_extended_read.c | 2 +- level_3/fss_extended_read/c/fss_extended_read.h | 6 +++--- level_3/fss_extended_read/data/build/settings | 2 +- level_3/fss_extended_write/c/fss_extended_write.c | 2 +- level_3/fss_extended_write/c/fss_extended_write.h | 6 +++--- level_3/fss_extended_write/data/build/settings | 2 +- level_3/fss_return_code/c/fss_return_code.c | 2 +- level_3/fss_return_code/c/fss_return_code.h | 6 +++--- level_3/fss_return_code/data/build/settings | 2 +- level_3/return_code/c/return_code.c | 2 +- level_3/return_code/c/return_code.h | 6 +++--- level_3/return_code/data/build/settings | 2 +- 112 files changed, 130 insertions(+), 130 deletions(-) diff --git a/build/scripts/generate.sh b/build/scripts/generate.sh index f714b04..66be680 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.4.0 + local version=0.4.2 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 616bbe9..1fe0617 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.4.x + * Version: 0.4.2 * 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 e326c73..eea7635 100644 --- a/level_0/f_colors/data/build/settings +++ b/level_0/f_colors/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 b2c9a49..222f8cc 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.4.x + * Version: 0.4.2 * 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 8838b87..f347693 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.4.x + * Version: 0.4.2 * 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 ad32d6e..6effd4b 100644 --- a/level_0/f_console/data/build/settings +++ b/level_0/f_console/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 18dcc40..4b91ee1 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.4.x + * Version: 0.4.2 * 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 7eb3fb2..e8efb82 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.4.x + * Version: 0.4.2 * 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 56ea1fc..79c2da3 100644 --- a/level_0/f_conversion/data/build/settings +++ b/level_0/f_conversion/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 b0cf406..914ddf4 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.4.x +# Version: 0.4.2 # 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 c367323..e653615 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.4.x + * Version: 0.4.2 * 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 2fddad5..f8af285 100644 --- a/level_0/f_errors/data/build/settings +++ b/level_0/f_errors/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 068fc00..016747b 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.4.x + * Version: 0.4.2 * 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 88029e2..a7efb7f 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.4.x + * Version: 0.4.2 * 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 b7d0486..7eb32bf 100644 --- a/level_0/f_file/data/build/settings +++ b/level_0/f_file/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 129c6d0..024149c 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.4.x + * Version: 0.4.2 * 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 cf1d56c..f716774 100644 --- a/level_0/f_fss/data/build/settings +++ b/level_0/f_fss/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 e92a41b..ed3316e 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.4.x + * Version: 0.4.2 * 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 9cf18d5..aa70db8 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.4.x + * Version: 0.4.2 * 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 006349a..0334d4a 100644 --- a/level_0/f_memory/data/build/settings +++ b/level_0/f_memory/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 76e7cae..63ebbc1 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.4.x + * Version: 0.4.2 * 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 61048bf..ab93192 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.4.x + * Version: 0.4.2 * 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 6c91b4d..43194c1 100644 --- a/level_0/f_paths/data/build/settings +++ b/level_0/f_paths/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 build_compiler gcc build_libraries diff --git a/level_0/f_pipe/c/pipe.c b/level_0/f_pipe/c/pipe.c index 4537fd9..f8febb7 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.4.x + * Version: 0.4.2 * 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 baddfc5..065b113 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.4.x + * Version: 0.4.2 * 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 ef59b22..ed8806d 100644 --- a/level_0/f_pipe/data/build/settings +++ b/level_0/f_pipe/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 5d0725b..100d7e7 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.4.x + * Version: 0.4.2 * 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 f1aac59..d7e53d4 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.4.x + * Version: 0.4.2 * 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 dfa10f6..ccaed24 100644 --- a/level_0/f_print/data/build/settings +++ b/level_0/f_print/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 a0349dc..6631677 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.4.x + * Version: 0.4.2 * 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 afb4101..718dfbf 100644 --- a/level_0/f_serialized/data/build/settings +++ b/level_0/f_serialized/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 7b37a13..af79300 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.4.x + * Version: 0.4.2 * 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 e327468..fb068f6 100644 --- a/level_0/f_strings/data/build/settings +++ b/level_0/f_strings/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 ab098ab..3a69e5b 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.4.x + * Version: 0.4.2 * 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 035a033..41ac453 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.4.x + * Version: 0.4.2 * 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 2ab76a6..601bbd6 100644 --- a/level_0/f_types/data/build/settings +++ b/level_0/f_types/data/build/settings @@ -5,7 +5,7 @@ project_level 0 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 750990d..c5a8ac2 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.4.x +# Version: 0.4.2 # 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 92914b9..d77f247 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.4.x + * Version: 0.4.2 * 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 3a389b0..6bebf4d 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.4.x + * Version: 0.4.2 * 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 8ed93f6..e1ecfd7 100644 --- a/level_1/fl_colors/data/build/settings +++ b/level_1/fl_colors/data/build/settings @@ -5,7 +5,7 @@ project_level 1 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 cf0e26b..ced1872 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.4.x + * Version: 0.4.2 * 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 dfe198b..9a9e2d8 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.4.x + * Version: 0.4.2 * 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 e070d72..7b72f0c 100644 --- a/level_1/fl_console/data/build/settings +++ b/level_1/fl_console/data/build/settings @@ -5,7 +5,7 @@ project_level 1 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 d84fed5..b3d5330 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.4.x + * Version: 0.4.2 * 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 fda74ba..e32c256 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.4.x + * Version: 0.4.2 * 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 e130243..37bf7d4 100644 --- a/level_1/fl_directory/data/build/settings +++ b/level_1/fl_directory/data/build/settings @@ -5,7 +5,7 @@ project_level 1 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 b0cf406..914ddf4 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.4.x +# Version: 0.4.2 # 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 d108d43..ad70d08 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.4.x + * Version: 0.4.2 * 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 38dbdae..1ab5d06 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.4.x + * Version: 0.4.2 * 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 08c0314..8deffc0 100644 --- a/level_1/fl_errors/data/build/settings +++ b/level_1/fl_errors/data/build/settings @@ -5,7 +5,7 @@ project_level 1 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 c7a2bab..d235b7d 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.4.x + * Version: 0.4.2 * 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 9cc4bd4..69afb68 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.4.x + * Version: 0.4.2 * 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 743b4a7..79bd79c 100644 --- a/level_1/fl_file/data/build/settings +++ b/level_1/fl_file/data/build/settings @@ -5,7 +5,7 @@ project_level 1 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 e6b9bc1..37f32f7 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.4.x + * Version: 0.4.2 * 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 a2cf26a..53853e3 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.4.x + * Version: 0.4.2 * 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 0c90a58..26f2bd7 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.4.x + * Version: 0.4.2 * 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 d03b7b8..5ba5ea8 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.4.x + * Version: 0.4.2 * 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 bca6bdc..13f78e2 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.4.x + * Version: 0.4.2 * 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 20d0adb..21dc911 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.4.x + * Version: 0.4.2 * 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 79cadb7..30cf86a 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.4.x + * Version: 0.4.2 * 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 2204f33..b01f58b 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.4.x + * Version: 0.4.2 * 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 09eb611..d58ba7b 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.4.x + * Version: 0.4.2 * 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 5c6f343..e44ff59 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.4.x + * Version: 0.4.2 * 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 3798a1c..bc7b47f 100644 --- a/level_1/fl_fss/data/build/settings +++ b/level_1/fl_fss/data/build/settings @@ -5,7 +5,7 @@ project_level 1 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 84a601f..3909884 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.4.x + * Version: 0.4.2 * 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 5a83b8e..efd405f 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.4.x + * Version: 0.4.2 * 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 84ea78e..65495a7 100644 --- a/level_1/fl_serialized/data/build/settings +++ b/level_1/fl_serialized/data/build/settings @@ -5,7 +5,7 @@ project_level 1 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 b6a101d..c734032 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.4.x + * Version: 0.4.2 * 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 0ba176e..f694728 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.4.x + * Version: 0.4.2 * 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 88ead1c..8ca4cb3 100644 --- a/level_1/fl_strings/data/build/settings +++ b/level_1/fl_strings/data/build/settings @@ -5,7 +5,7 @@ project_level 1 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 623461f..ceb4151 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.4.x + * Version: 0.4.2 * 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 a8dbb86..cf11c58 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.4.x + * Version: 0.4.2 * 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 fc7fae1..02fc5be 100644 --- a/level_2/fll_colors/data/build/settings +++ b/level_2/fll_colors/data/build/settings @@ -5,7 +5,7 @@ project_level 2 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 a065ba7..1007970 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.4.x + * Version: 0.4.2 * 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 e74a14c..382ccf1 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.4.x + * Version: 0.4.2 * 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 8a08030..0ee02fe 100644 --- a/level_2/fll_execute/data/build/settings +++ b/level_2/fll_execute/data/build/settings @@ -5,7 +5,7 @@ project_level 2 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 dda2cd8..74b9c69 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.4.x + * Version: 0.4.2 * 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 94d9315..7d435a9 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.4.x + * Version: 0.4.2 * 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 12d3611..530e947 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.4.x + * Version: 0.4.2 * 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 060704b..283fcfa 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.4.x + * Version: 0.4.2 * 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 0c7f03d..dca6b25 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.4.x + * Version: 0.4.2 * 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 12e3ecb..f97d470 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.4.x + * Version: 0.4.2 * 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 6d8cfd8..dc3a969 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.4.x + * Version: 0.4.2 * 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 d30ea3a..9cf13da 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.4.x + * Version: 0.4.2 * 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 f4cd4ac..c2800a5 100644 --- a/level_2/fll_fss/data/build/settings +++ b/level_2/fll_fss/data/build/settings @@ -5,7 +5,7 @@ project_level 2 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 2984a1d..0f1adb3 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.4.x + * Version: 0.4.2 * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/firewall/c/firewall.h b/level_3/firewall/c/firewall.h index 6646e42..dd97a48 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.4.x + * Version: 0.4.2 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: @@ -44,8 +44,8 @@ extern "C"{ #ifndef _di_firewall_version_ #define firewall_major_version "0" - #define firewall_minor_version "3" - #define firewall_micro_version "0" + #define firewall_minor_version "4" + #define firewall_micro_version "2" #define firewall_version firewall_major_version "." firewall_minor_version "." firewall_micro_version #endif // _di_firewall_version_ diff --git a/level_3/firewall/data/build/settings b/level_3/firewall/data/build/settings index 68527d0..9c7219f 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -5,7 +5,7 @@ project_level 3 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 62d4939..1f43116 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.4.x + * Version: 0.4.2 * 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 5dc9e4f..7dd8492 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.4.x + * Version: 0.4.2 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: @@ -43,8 +43,8 @@ extern "C"{ #ifndef _di_fss_basic_list_read_version_ #define fss_basic_list_read_major_version "0" - #define fss_basic_list_read_minor_version "3" - #define fss_basic_list_read_micro_version "0" + #define fss_basic_list_read_minor_version "4" + #define fss_basic_list_read_micro_version "2" #define fss_basic_list_read_version fss_basic_list_read_major_version "." fss_basic_list_read_minor_version "." fss_basic_list_read_micro_version #endif // _di_fss_basic_list_read_version_ diff --git a/level_3/fss_basic_list_read/data/build/settings b/level_3/fss_basic_list_read/data/build/settings index 8ada4e7..490787d 100644 --- a/level_3/fss_basic_list_read/data/build/settings +++ b/level_3/fss_basic_list_read/data/build/settings @@ -5,7 +5,7 @@ project_level 3 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 3c4d764..27138f6 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.4.x + * Version: 0.4.2 * 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 2f01150..b350d6f 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.4.x + * Version: 0.4.2 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: @@ -37,8 +37,8 @@ extern "C"{ #ifndef _di_fss_basic_list_write_version_ #define fss_basic_list_write_major_version "0" - #define fss_basic_list_write_minor_version "3" - #define fss_basic_list_write_micro_version "0" + #define fss_basic_list_write_minor_version "4" + #define fss_basic_list_write_micro_version "2" #define fss_basic_list_write_version fss_basic_list_write_major_version "." fss_basic_list_write_minor_version "." fss_basic_list_write_micro_version #endif // _di_fss_basic_list_write_version_ diff --git a/level_3/fss_basic_list_write/data/build/settings b/level_3/fss_basic_list_write/data/build/settings index 7d24349..90e37ae 100644 --- a/level_3/fss_basic_list_write/data/build/settings +++ b/level_3/fss_basic_list_write/data/build/settings @@ -5,7 +5,7 @@ project_level 3 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 668cdaa..cf37068 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.4.x + * Version: 0.4.2 * 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 eb5cec3..32970d0 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.4.x + * Version: 0.4.2 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: @@ -43,8 +43,8 @@ extern "C"{ #ifndef _di_fss_basic_read_version_ #define fss_basic_read_major_version "0" - #define fss_basic_read_minor_version "3" - #define fss_basic_read_micro_version "0" + #define fss_basic_read_minor_version "4" + #define fss_basic_read_micro_version "2" #define fss_basic_read_version fss_basic_read_major_version "." fss_basic_read_minor_version "." fss_basic_read_micro_version #endif // _di_fss_basic_read_version_ diff --git a/level_3/fss_basic_read/data/build/settings b/level_3/fss_basic_read/data/build/settings index 83e21ef..6e333ee 100644 --- a/level_3/fss_basic_read/data/build/settings +++ b/level_3/fss_basic_read/data/build/settings @@ -5,7 +5,7 @@ project_level 3 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 009db06..6dd9bc1 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.4.x + * Version: 0.4.2 * 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 a3f1e4f..05e5ef1 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.4.x + * Version: 0.4.2 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: @@ -37,8 +37,8 @@ extern "C"{ #ifndef _di_fss_basic_write_version_ #define fss_basic_write_major_version "0" - #define fss_basic_write_minor_version "3" - #define fss_basic_write_micro_version "0" + #define fss_basic_write_minor_version "4" + #define fss_basic_write_micro_version "2" #define fss_basic_write_version fss_basic_write_major_version "." fss_basic_write_minor_version "." fss_basic_write_micro_version #endif // _di_fss_basic_write_version_ diff --git a/level_3/fss_basic_write/data/build/settings b/level_3/fss_basic_write/data/build/settings index 8946c07..093ab89 100644 --- a/level_3/fss_basic_write/data/build/settings +++ b/level_3/fss_basic_write/data/build/settings @@ -5,7 +5,7 @@ project_level 3 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 fd022d1..c5e8662 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.4.x + * Version: 0.4.2 * 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 844fc98..da8bb92 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.4.x + * Version: 0.4.2 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: @@ -43,8 +43,8 @@ extern "C"{ #ifndef _di_fss_extended_read_version_ #define fss_extended_read_major_version "0" - #define fss_extended_read_minor_version "3" - #define fss_extended_read_micro_version "0" + #define fss_extended_read_minor_version "4" + #define fss_extended_read_micro_version "2" #define fss_extended_read_version fss_extended_read_major_version "." fss_extended_read_minor_version "." fss_extended_read_micro_version #endif // _di_fss_extended_read_version_ diff --git a/level_3/fss_extended_read/data/build/settings b/level_3/fss_extended_read/data/build/settings index 2272de7..db7d2da 100644 --- a/level_3/fss_extended_read/data/build/settings +++ b/level_3/fss_extended_read/data/build/settings @@ -5,7 +5,7 @@ project_level 3 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 8a2f0c2..8e0dd38 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.4.x + * Version: 0.4.2 * 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 29c24d6..b5eec6e 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.4.x + * Version: 0.4.2 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: @@ -37,8 +37,8 @@ extern "C"{ #ifndef _di_fss_extended_write_version_ #define fss_extended_write_major_version "0" - #define fss_extended_write_minor_version "3" - #define fss_extended_write_micro_version "0" + #define fss_extended_write_minor_version "4" + #define fss_extended_write_micro_version "2" #define fss_extended_write_version fss_extended_write_major_version "." fss_extended_write_minor_version "." fss_extended_write_micro_version #endif // _di_fss_extended_write_version_ diff --git a/level_3/fss_extended_write/data/build/settings b/level_3/fss_extended_write/data/build/settings index 9062b9b..500940c 100644 --- a/level_3/fss_extended_write/data/build/settings +++ b/level_3/fss_extended_write/data/build/settings @@ -5,7 +5,7 @@ project_level 3 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 f3e8823..2f4a7e2 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.4.x + * Version: 0.4.2 * 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 51ec7ea..a76e2a6 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.4.x + * Version: 0.4.2 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: @@ -37,8 +37,8 @@ extern "C"{ #ifndef _di_fss_return_code_version_ #define fss_return_code_major_version "0" - #define fss_return_code_minor_version "3" - #define fss_return_code_micro_version "0" + #define fss_return_code_minor_version "4" + #define fss_return_code_micro_version "2" #define fss_return_code_version fss_return_code_major_version "." fss_return_code_minor_version "." fss_return_code_micro_version #endif // _di_fss_return_code_version_ diff --git a/level_3/fss_return_code/data/build/settings b/level_3/fss_return_code/data/build/settings index a5c950f..481a875 100644 --- a/level_3/fss_return_code/data/build/settings +++ b/level_3/fss_return_code/data/build/settings @@ -5,7 +5,7 @@ project_level 3 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 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 ed70dd1..f95d060 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.4.x + * Version: 0.4.2 * 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 b80894f..eceeb3d 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.4.x + * Version: 0.4.2 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: @@ -36,8 +36,8 @@ extern "C"{ #ifndef _di_return_code_version_ #define return_code_major_version "0" - #define return_code_minor_version "3" - #define return_code_micro_version "0" + #define return_code_minor_version "4" + #define return_code_micro_version "2" #define return_code_version return_code_major_version "." return_code_minor_version "." return_code_micro_version #endif // _di_return_code_version_ diff --git a/level_3/return_code/data/build/settings b/level_3/return_code/data/build/settings index f553dc8..ccfc781 100644 --- a/level_3/return_code/data/build/settings +++ b/level_3/return_code/data/build/settings @@ -5,7 +5,7 @@ project_level 3 version_major 0 version_minor 4 -version_micro 0 +version_micro 2 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lfl_colors -lfll_colors -lfl_errors -- 1.8.3.1