From 7bf53bc51590017d863586189fb8967a2e4ac65d Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 18 Jul 2019 22:15:05 -0500 Subject: [PATCH] Update: version to 0.4.3 --- build/scripts/generate.sh | 2 +- level_0/f_colors/c/colors.h | 2 +- level_0/f_console/c/console.c | 2 +- level_0/f_console/c/console.h | 2 +- level_0/f_conversion/c/conversion.c | 2 +- level_0/f_conversion/c/conversion.h | 2 +- level_0/f_errors/bash/errors.sh | 2 +- level_0/f_errors/c/errors.h | 2 +- level_0/f_file/c/file.c | 2 +- level_0/f_file/c/file.h | 2 +- level_0/f_fss/c/fss.h | 2 +- level_0/f_memory/c/memory.c | 2 +- level_0/f_memory/c/memory.h | 2 +- level_0/f_paths/c/filesystem_paths.h | 2 +- level_0/f_paths/c/fll_paths.h | 2 +- level_0/f_pipe/c/pipe.c | 2 +- level_0/f_pipe/c/pipe.h | 2 +- level_0/f_print/c/print.c | 2 +- level_0/f_print/c/print.h | 2 +- level_0/f_serialized/c/serialized.h | 2 +- level_0/f_strings/c/strings.h | 2 +- level_0/f_types/c/types.h | 2 +- level_0/f_types/c/types_array.h | 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_console/c/console.c | 2 +- level_1/fl_console/c/console.h | 2 +- level_1/fl_directory/c/directory.c | 2 +- level_1/fl_directory/c/directory.h | 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_file/c/file.c | 2 +- level_1/fl_file/c/file.h | 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_serialized/c/serialized.c | 2 +- level_1/fl_serialized/c/serialized.h | 2 +- level_1/fl_strings/c/strings.c | 2 +- level_1/fl_strings/c/strings.h | 2 +- level_2/fll_colors/c/colors.c | 2 +- level_2/fll_colors/c/colors.h | 2 +- level_2/fll_execute/c/execute.c | 2 +- level_2/fll_execute/c/execute.h | 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_3/firewall/c/firewall.c | 2 +- level_3/firewall/c/firewall.h | 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 | 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 | 2 +- level_3/fss_basic_read/c/fss_basic_read.c | 2 +- level_3/fss_basic_read/c/fss_basic_read.h | 2 +- level_3/fss_basic_write/c/fss_basic_write.c | 2 +- level_3/fss_basic_write/c/fss_basic_write.h | 2 +- level_3/fss_extended_read/c/fss_extended_read.c | 2 +- level_3/fss_extended_read/c/fss_extended_read.h | 2 +- level_3/fss_extended_write/c/fss_extended_write.c | 2 +- level_3/fss_extended_write/c/fss_extended_write.h | 2 +- level_3/fss_return_code/c/fss_return_code.c | 2 +- level_3/fss_return_code/c/fss_return_code.h | 2 +- level_3/return_code/c/return_code.c | 2 +- level_3/return_code/c/return_code.h | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) diff --git a/build/scripts/generate.sh b/build/scripts/generate.sh index 064037eeb..a81286e0c 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.2 + local version=0.4.3 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 1fe0617f6..30ca3a9d7 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_console/c/console.c b/level_0/f_console/c/console.c index 222f8cc43..dd153bc5a 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.2 + * Version: 0.4.3 * 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 75f693bbe..c6da8b023 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_conversion/c/conversion.c b/level_0/f_conversion/c/conversion.c index 4b91ee1cb..d03efd2bc 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.2 + * Version: 0.4.3 * 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 053d94e6b..78b3cddab 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_errors/bash/errors.sh b/level_0/f_errors/bash/errors.sh index 914ddf490..d0140e90b 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.2 +# Version: 0.4.3 # 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 c66b5cf98..f1fd9b1a6 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_file/c/file.c b/level_0/f_file/c/file.c index 016747b57..a533c2a92 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.2 + * Version: 0.4.3 * 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 31a3b6c2f..76c167942 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_fss/c/fss.h b/level_0/f_fss/c/fss.h index 024149cf1..088daf39f 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_memory/c/memory.c b/level_0/f_memory/c/memory.c index ed3316e37..7a224e967 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.2 + * Version: 0.4.3 * 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 e29303dff..cb44db2e1 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_paths/c/filesystem_paths.h b/level_0/f_paths/c/filesystem_paths.h index 63ebbc16d..f1f58d344 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.2 + * Version: 0.4.3 * 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 ab93192d3..3db95dc0b 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_pipe/c/pipe.c b/level_0/f_pipe/c/pipe.c index f8febb75f..9573a1dd9 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.2 + * Version: 0.4.3 * 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 75b2c2e4f..66402fee5 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_print/c/print.c b/level_0/f_print/c/print.c index 100d7e7c3..9a87ff9f6 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.2 + * Version: 0.4.3 * 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 9b0a5eb12..bd039b0db 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_serialized/c/serialized.h b/level_0/f_serialized/c/serialized.h index 6631677eb..119e64708 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_strings/c/strings.h b/level_0/f_strings/c/strings.h index 7c9ee9bae..224bab8c3 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_types/c/types.h b/level_0/f_types/c/types.h index 03ba05f37..c1c3c0efd 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.2 + * Version: 0.4.3 * 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 41ac453ae..eff3afff8 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_colors/bash/colors.sh b/level_1/fl_colors/bash/colors.sh index c5a8ac26d..125ca5d3d 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.2 +# Version: 0.4.3 # 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 d77f24778..64e7524d5 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.2 + * Version: 0.4.3 * 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 2a079e76c..bcd36358c 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_console/c/console.c b/level_1/fl_console/c/console.c index ced1872c1..8c503fb64 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.2 + * Version: 0.4.3 * 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 52542039c..db73d125e 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_directory/c/directory.c b/level_1/fl_directory/c/directory.c index b3d5330c0..5a6cad3b0 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.2 + * Version: 0.4.3 * 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 b2710af88..b8746cd27 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_errors/bash/errors.sh b/level_1/fl_errors/bash/errors.sh index c1c43da4d..d49028987 100644 --- a/level_1/fl_errors/bash/errors.sh +++ b/level_1/fl_errors/bash/errors.sh @@ -1,6 +1,6 @@ # FLL - Level 1 # Project: Errors -# Version: 0.4.2 +# Version: 0.4.3 # 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 85ca5afd5..0e75b732f 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.2 + * Version: 0.4.3 * 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 772d7f8b9..a97b727dd 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_file/c/file.c b/level_1/fl_file/c/file.c index d235b7dbb..2f1778f5d 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.2 + * Version: 0.4.3 * 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 a0350ab50..3be5b3b9c 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/c/fss.c b/level_1/fl_fss/c/fss.c index 37f32f7b8..7bb024221 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.2 + * Version: 0.4.3 * 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 772fe602c..5bc477927 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.2 + * Version: 0.4.3 * 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 26f2bd76b..9c00d43d3 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.2 + * Version: 0.4.3 * 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 8a80f0f6e..2ce455978 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.2 + * Version: 0.4.3 * 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 13f78e28e..5d9e46eda 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.2 + * Version: 0.4.3 * 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 c566d645b..23c5a5723 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.2 + * Version: 0.4.3 * 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 30cf86aab..9e700227e 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.2 + * Version: 0.4.3 * 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 b01f58b7b..5ceb31f1a 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.2 + * Version: 0.4.3 * 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 22500b993..9ca597094 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.2 + * Version: 0.4.3 * 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 e44ff59ee..c0b2d1427 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_serialized/c/serialized.c b/level_1/fl_serialized/c/serialized.c index 390988439..347731dae 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.2 + * Version: 0.4.3 * 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 97adab46c..c095a7db2 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_strings/c/strings.c b/level_1/fl_strings/c/strings.c index c73403236..ae124a20a 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.2 + * Version: 0.4.3 * 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 5c7304818..a7dfafc49 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_colors/c/colors.c b/level_2/fll_colors/c/colors.c index ceb41519a..914bbd935 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.2 + * Version: 0.4.3 * 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 b427cd3aa..0361e34a1 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_execute/c/execute.c b/level_2/fll_execute/c/execute.c index 100797055..2fdef1743 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.2 + * Version: 0.4.3 * 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 62da020d1..995d8ed7d 100644 --- a/level_2/fll_execute/c/execute.h +++ b/level_2/fll_execute/c/execute.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: Execute - * Version: 0.4.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_fss/c/fss_basic.c b/level_2/fll_fss/c/fss_basic.c index 74b9c6978..8b989ffc0 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.2 + * Version: 0.4.3 * 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 59358667f..262dfde57 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.2 + * Version: 0.4.3 * 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 530e947d7..5ef134949 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.2 + * Version: 0.4.3 * 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 3d6a811ba..d3b9de3c6 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.2 + * Version: 0.4.3 * 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 e20dfcc27..b369884ff 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.2 + * Version: 0.4.3 * 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 61b02b55b..06161e204 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.2 + * Version: 0.4.3 * 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 dc3a96918..b7ac58909 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.2 + * Version: 0.4.3 * 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 a4ed5433a..4444e49cf 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/firewall/c/firewall.c b/level_3/firewall/c/firewall.c index af2de596e..c962a2d94 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/firewall/c/firewall.h b/level_3/firewall/c/firewall.h index 08c1360fc..062d1ef40 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: 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 7130a5e91..6d845d5e1 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.2 + * Version: 0.4.3 * 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 a7df4c92a..5a926a413 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: 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 070ed29cc..40446db01 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.2 + * Version: 0.4.3 * 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 e747ca27e..90403ea5a 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: 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 15e029847..f17c34728 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.2 + * Version: 0.4.3 * 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 d42ea1e5c..d46105a90 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: 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 1d3c49d8f..0fe17b072 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.2 + * Version: 0.4.3 * 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 ce6150217..8e00cccf3 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: 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 3da2493b2..0e527738c 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.2 + * Version: 0.4.3 * 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 0e3fbf490..0bb2953d4 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: 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 85cf2e57f..e651be0d0 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.2 + * Version: 0.4.3 * 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 5cc54ec82..2bb32e9ad 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: 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 2fa198b98..d601aeeaf 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.2 + * Version: 0.4.3 * 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 625709851..f4c336811 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/return_code/c/return_code.c b/level_3/return_code/c/return_code.c index 2f266ba61..4ad21ef05 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.2 + * Version: 0.4.3 * 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 3f708ca48..233387cd7 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.2 + * Version: 0.4.3 * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: -- 2.47.3