From: Kevin Day Date: Fri, 19 Jul 2019 03:15:05 +0000 (-0500) Subject: Update: version to 0.4.3 X-Git-Tag: 0.4.3~33 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=7bf53bc51590017d863586189fb8967a2e4ac65d;p=fll Update: version to 0.4.3 --- diff --git a/build/scripts/generate.sh b/build/scripts/generate.sh index 064037e..a81286e 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 1fe0617..30ca3a9 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 222f8cc..dd153bc 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 75f693b..c6da8b0 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 4b91ee1..d03efd2 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 053d94e..78b3cdd 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 914ddf4..d0140e9 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 c66b5cf..f1fd9b1 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 016747b..a533c2a 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 31a3b6c..76c1679 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 024149c..088daf3 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 ed3316e..7a224e9 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 e29303d..cb44db2 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 63ebbc1..f1f58d3 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 ab93192..3db95dc 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 f8febb7..9573a1d 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 75b2c2e..66402fe 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 100d7e7..9a87ff9 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 9b0a5eb..bd039b0 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 6631677..119e647 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 7c9ee9b..224bab8 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 03ba05f..c1c3c0e 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 41ac453..eff3aff 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 c5a8ac2..125ca5d 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 d77f247..64e7524 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 2a079e7..bcd3635 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 ced1872..8c503fb 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 5254203..db73d12 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 b3d5330..5a6cad3 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 b2710af..b8746cd 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 c1c43da..d490289 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 85ca5af..0e75b73 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 772d7f8..a97b727 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 d235b7d..2f1778f 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 a0350ab..3be5b3b 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 37f32f7..7bb0242 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 772fe60..5bc4779 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 26f2bd7..9c00d43 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 8a80f0f..2ce4559 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 13f78e2..5d9e46e 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 c566d64..23c5a57 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 30cf86a..9e70022 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 b01f58b..5ceb31f 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 22500b9..9ca5970 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 e44ff59..c0b2d14 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 3909884..347731d 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 97adab4..c095a7d 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 c734032..ae124a2 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 5c73048..a7dfafc 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 ceb4151..914bbd9 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 b427cd3..0361e34 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 1007970..2fdef17 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 62da020..995d8ed 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 74b9c69..8b989ff 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 5935866..262dfde 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 530e947..5ef1349 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 3d6a811..d3b9de3 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 e20dfcc..b369884 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 61b02b5..06161e2 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 dc3a969..b7ac589 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 a4ed543..4444e49 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 af2de59..c962a2d 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 08c1360..062d1ef 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 7130a5e..6d845d5 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 a7df4c9..5a926a4 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 070ed29..40446db 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 e747ca2..90403ea 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 15e0298..f17c347 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 d42ea1e..d46105a 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 1d3c49d..0fe17b0 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 ce61502..8e00ccc 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 3da2493..0e52773 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 0e3fbf4..0bb2953 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 85cf2e5..e651be0 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 5cc54ec..2bb32e9 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 2fa198b..d601aee 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 6257098..f4c3368 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 2f266ba..4ad21ef 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 3f708ca..233387c 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: