From: Kevin Day Date: Tue, 27 Aug 2013 00:27:33 +0000 (-0500) Subject: Release: FLL 0.4.0 X-Git-Tag: 0.4.1~2 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=070a0204de7d22e46c0824dacee5b1c7dcdcb0b8;p=fll Release: FLL 0.4.0 On second thought, 0.3.1 does not need to be released because there is no further development going on in the 0.3.x branch. Instead, make a stable release (0.4.0). --- diff --git a/build/scripts/generate.sh b/build/scripts/generate.sh index 94b08c0d7..329308cc3 100644 --- a/build/scripts/generate.sh +++ b/build/scripts/generate.sh @@ -9,7 +9,7 @@ generate_main(){ local public_name="Simple FLL Project Make Script" local system_name=generate local called_name=$(basename $0) - local version=0.3.1 + local version=0.4.0 local grab_next= local do_color=normal diff --git a/level_0/f_colors/c/colors.h b/level_0/f_colors/c/colors.h index 158c1b4ca..616bbe94c 100644 --- a/level_0/f_colors/c/colors.h +++ b/level_0/f_colors/c/colors.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Colors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_colors/data/build/settings b/level_0/f_colors/data/build/settings index f97d5abb1..e326c7392 100644 --- a/level_0/f_colors/data/build/settings +++ b/level_0/f_colors/data/build/settings @@ -4,8 +4,8 @@ project_name f_colors project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_console/c/console.c b/level_0/f_console/c/console.c index 5f59c27f5..b2c9a4905 100644 --- a/level_0/f_console/c/console.c +++ b/level_0/f_console/c/console.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Console - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_0/f_console/c/console.h b/level_0/f_console/c/console.h index b12210f30..8838b874c 100644 --- a/level_0/f_console/c/console.h +++ b/level_0/f_console/c/console.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Console - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_console/data/build/settings b/level_0/f_console/data/build/settings index 34d131ec3..ad32d6e0c 100644 --- a/level_0/f_console/data/build/settings +++ b/level_0/f_console/data/build/settings @@ -4,8 +4,8 @@ project_name f_console project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_conversion/c/conversion.c b/level_0/f_conversion/c/conversion.c index dbf94d6c9..18dcc4044 100644 --- a/level_0/f_conversion/c/conversion.c +++ b/level_0/f_conversion/c/conversion.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Conversion - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_0/f_conversion/c/conversion.h b/level_0/f_conversion/c/conversion.h index 2fa4e393f..7eb3fb28e 100644 --- a/level_0/f_conversion/c/conversion.h +++ b/level_0/f_conversion/c/conversion.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Conversion - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_conversion/data/build/settings b/level_0/f_conversion/data/build/settings index 7ee88f69c..56ea1fc31 100644 --- a/level_0/f_conversion/data/build/settings +++ b/level_0/f_conversion/data/build/settings @@ -4,8 +4,8 @@ project_name f_conversion project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_errors/bash/errors.sh b/level_0/f_errors/bash/errors.sh index 5705425b0..b0cf4062d 100644 --- a/level_0/f_errors/bash/errors.sh +++ b/level_0/f_errors/bash/errors.sh @@ -1,6 +1,6 @@ # FLL - Level 0 # Project: Errors -# Version: 0.3.x +# Version: 0.4.x # Licenses: flll, lgplv2.1 # Programmers: Kevin Day # Documentation: Provides error codes diff --git a/level_0/f_errors/c/errors.h b/level_0/f_errors/c/errors.h index 3be016ebf..c36732357 100644 --- a/level_0/f_errors/c/errors.h +++ b/level_0/f_errors/c/errors.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Errors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_errors/data/build/settings b/level_0/f_errors/data/build/settings index 3daba0100..2fddad500 100644 --- a/level_0/f_errors/data/build/settings +++ b/level_0/f_errors/data/build/settings @@ -4,8 +4,8 @@ project_name f_errors project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_file/c/file.c b/level_0/f_file/c/file.c index 23c2ba7ab..068fc00e3 100644 --- a/level_0/f_file/c/file.c +++ b/level_0/f_file/c/file.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: File - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_file/c/file.h b/level_0/f_file/c/file.h index ccaed5bad..88029e29d 100644 --- a/level_0/f_file/c/file.h +++ b/level_0/f_file/c/file.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: File - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_file/data/build/settings b/level_0/f_file/data/build/settings index bfa1f5381..b7d048692 100644 --- a/level_0/f_file/data/build/settings +++ b/level_0/f_file/data/build/settings @@ -4,8 +4,8 @@ project_name f_file project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_fss/c/fss.h b/level_0/f_fss/c/fss.h index 04e0983d3..129c6d042 100644 --- a/level_0/f_fss/c/fss.h +++ b/level_0/f_fss/c/fss.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_fss/data/build/settings b/level_0/f_fss/data/build/settings index a27ec5c40..cf1d56c20 100644 --- a/level_0/f_fss/data/build/settings +++ b/level_0/f_fss/data/build/settings @@ -4,8 +4,8 @@ project_name f_fss project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_memory/c/memory.c b/level_0/f_memory/c/memory.c index 1fb4b3740..e92a41ba5 100644 --- a/level_0/f_memory/c/memory.c +++ b/level_0/f_memory/c/memory.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Memory - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_memory/c/memory.h b/level_0/f_memory/c/memory.h index 2aab09797..9cf18d532 100644 --- a/level_0/f_memory/c/memory.h +++ b/level_0/f_memory/c/memory.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Memory - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_memory/data/build/settings b/level_0/f_memory/data/build/settings index 73a301522..006349aec 100644 --- a/level_0/f_memory/data/build/settings +++ b/level_0/f_memory/data/build/settings @@ -4,8 +4,8 @@ project_name f_memory project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_paths/c/filesystem_paths.h b/level_0/f_paths/c/filesystem_paths.h index 46553668f..76e7caeba 100644 --- a/level_0/f_paths/c/filesystem_paths.h +++ b/level_0/f_paths/c/filesystem_paths.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Paths - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_paths/c/fll_paths.h b/level_0/f_paths/c/fll_paths.h index f2acc80db..61048bf36 100644 --- a/level_0/f_paths/c/fll_paths.h +++ b/level_0/f_paths/c/fll_paths.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Paths - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_paths/data/build/settings b/level_0/f_paths/data/build/settings index d6a9e145c..6c91b4d20 100644 --- a/level_0/f_paths/data/build/settings +++ b/level_0/f_paths/data/build/settings @@ -4,8 +4,8 @@ project_name f_paths project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries diff --git a/level_0/f_pipe/c/pipe.c b/level_0/f_pipe/c/pipe.c index 7ec221ffd..4537fd986 100644 --- a/level_0/f_pipe/c/pipe.c +++ b/level_0/f_pipe/c/pipe.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Pipe - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_pipe/c/pipe.h b/level_0/f_pipe/c/pipe.h index 30a0a1a92..baddfc5e8 100644 --- a/level_0/f_pipe/c/pipe.h +++ b/level_0/f_pipe/c/pipe.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Pipe - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_pipe/data/build/settings b/level_0/f_pipe/data/build/settings index a8031f649..ef59b2220 100644 --- a/level_0/f_pipe/data/build/settings +++ b/level_0/f_pipe/data/build/settings @@ -4,8 +4,8 @@ project_name f_pipe project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_print/c/print.c b/level_0/f_print/c/print.c index 5606af6b8..5d0725be5 100644 --- a/level_0/f_print/c/print.c +++ b/level_0/f_print/c/print.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Output - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_0/f_print/c/print.h b/level_0/f_print/c/print.h index e63774da5..f1aac5970 100644 --- a/level_0/f_print/c/print.h +++ b/level_0/f_print/c/print.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Output - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_print/data/build/settings b/level_0/f_print/data/build/settings index cfe3e4f5e..dfa10f6d3 100644 --- a/level_0/f_print/data/build/settings +++ b/level_0/f_print/data/build/settings @@ -4,8 +4,8 @@ project_name f_print project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_serialized/c/serialized.h b/level_0/f_serialized/c/serialized.h index ccbfc19f8..a0349dcaf 100644 --- a/level_0/f_serialized/c/serialized.h +++ b/level_0/f_serialized/c/serialized.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Serialized - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_serialized/data/build/settings b/level_0/f_serialized/data/build/settings index f0b64e587..afb41011c 100644 --- a/level_0/f_serialized/data/build/settings +++ b/level_0/f_serialized/data/build/settings @@ -4,8 +4,8 @@ project_name f_serialized project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_strings/c/strings.h b/level_0/f_strings/c/strings.h index 51da7addf..7b37a13d5 100644 --- a/level_0/f_strings/c/strings.h +++ b/level_0/f_strings/c/strings.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Strings - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_strings/data/build/settings b/level_0/f_strings/data/build/settings index 725568f7d..e327468ed 100644 --- a/level_0/f_strings/data/build/settings +++ b/level_0/f_strings/data/build/settings @@ -4,8 +4,8 @@ project_name f_strings project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_0/f_types/c/types.h b/level_0/f_types/c/types.h index 49653414d..ab098ab96 100644 --- a/level_0/f_types/c/types.h +++ b/level_0/f_types/c/types.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Types - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_types/c/types_array.h b/level_0/f_types/c/types_array.h index c800518f5..035a033b3 100644 --- a/level_0/f_types/c/types_array.h +++ b/level_0/f_types/c/types_array.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Types Array - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_types/data/build/settings b/level_0/f_types/data/build/settings index cb18f79d4..2ab76a614 100644 --- a/level_0/f_types/data/build/settings +++ b/level_0/f_types/data/build/settings @@ -4,8 +4,8 @@ project_name f_types project_level 0 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_1/fl_colors/bash/colors.sh b/level_1/fl_colors/bash/colors.sh index a19a17b03..750990dbe 100644 --- a/level_1/fl_colors/bash/colors.sh +++ b/level_1/fl_colors/bash/colors.sh @@ -1,6 +1,6 @@ # FLL - Level 1 # Project: Colors -# Version: 0.3.x +# Version: 0.4.x # Licenses: flll, lgplv2.1 # Programmers: Kevin Day # Documentation: Provide basic color output support (linux & xterm) diff --git a/level_1/fl_colors/c/colors.c b/level_1/fl_colors/c/colors.c index 84876c7d1..92914b943 100644 --- a/level_1/fl_colors/c/colors.c +++ b/level_1/fl_colors/c/colors.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Colors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_colors/c/colors.h b/level_1/fl_colors/c/colors.h index 1dad9a7b6..3a389b0f7 100644 --- a/level_1/fl_colors/c/colors.h +++ b/level_1/fl_colors/c/colors.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Colors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_colors/data/build/settings b/level_1/fl_colors/data/build/settings index bd1004aaf..8ed93f6d8 100644 --- a/level_1/fl_colors/data/build/settings +++ b/level_1/fl_colors/data/build/settings @@ -4,8 +4,8 @@ project_name fl_colors project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_file diff --git a/level_1/fl_console/c/console.c b/level_1/fl_console/c/console.c index 68b18f243..cf0e26bcf 100644 --- a/level_1/fl_console/c/console.c +++ b/level_1/fl_console/c/console.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Console - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_console/c/console.h b/level_1/fl_console/c/console.h index c2b973896..dfe198bd5 100644 --- a/level_1/fl_console/c/console.h +++ b/level_1/fl_console/c/console.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Console - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_console/data/build/settings b/level_1/fl_console/data/build/settings index 34301a6bd..e070d72fe 100644 --- a/level_1/fl_console/data/build/settings +++ b/level_1/fl_console/data/build/settings @@ -4,8 +4,8 @@ project_name fl_console project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_console diff --git a/level_1/fl_directory/c/directory.c b/level_1/fl_directory/c/directory.c index 96b664788..d84fed555 100644 --- a/level_1/fl_directory/c/directory.c +++ b/level_1/fl_directory/c/directory.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Directory - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_directory/c/directory.h b/level_1/fl_directory/c/directory.h index 1a3cb0ed3..fda74bae3 100644 --- a/level_1/fl_directory/c/directory.h +++ b/level_1/fl_directory/c/directory.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Directory - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_directory/data/build/settings b/level_1/fl_directory/data/build/settings index e4bd3f321..e13024306 100644 --- a/level_1/fl_directory/data/build/settings +++ b/level_1/fl_directory/data/build/settings @@ -4,8 +4,8 @@ project_name fl_directory project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory diff --git a/level_1/fl_errors/bash/errors.sh b/level_1/fl_errors/bash/errors.sh index 5705425b0..b0cf4062d 100644 --- a/level_1/fl_errors/bash/errors.sh +++ b/level_1/fl_errors/bash/errors.sh @@ -1,6 +1,6 @@ # FLL - Level 0 # Project: Errors -# Version: 0.3.x +# Version: 0.4.x # Licenses: flll, lgplv2.1 # Programmers: Kevin Day # Documentation: Provides error codes diff --git a/level_1/fl_errors/c/errors.c b/level_1/fl_errors/c/errors.c index 2aa734f22..d108d43d6 100644 --- a/level_1/fl_errors/c/errors.c +++ b/level_1/fl_errors/c/errors.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Errors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_errors/c/errors.h b/level_1/fl_errors/c/errors.h index 2c0e329a2..38dbdaea4 100644 --- a/level_1/fl_errors/c/errors.h +++ b/level_1/fl_errors/c/errors.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Errors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_errors/data/build/settings b/level_1/fl_errors/data/build/settings index eed93d7b5..08c0314bc 100644 --- a/level_1/fl_errors/data/build/settings +++ b/level_1/fl_errors/data/build/settings @@ -4,8 +4,8 @@ project_name fl_errors project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_1/fl_file/c/file.c b/level_1/fl_file/c/file.c index 1f27bf65e..c7a2bab8e 100644 --- a/level_1/fl_file/c/file.c +++ b/level_1/fl_file/c/file.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: File - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_file/c/file.h b/level_1/fl_file/c/file.h index 6f5042dba..9cc4bd49a 100644 --- a/level_1/fl_file/c/file.h +++ b/level_1/fl_file/c/file.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: File - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_file/data/build/settings b/level_1/fl_file/data/build/settings index c997fffda..743b4a745 100644 --- a/level_1/fl_file/data/build/settings +++ b/level_1/fl_file/data/build/settings @@ -4,8 +4,8 @@ project_name fl_file project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_file diff --git a/level_1/fl_fss/c/fss.c b/level_1/fl_fss/c/fss.c index 2f8d7b3e9..e6b9bc122 100644 --- a/level_1/fl_fss/c/fss.c +++ b/level_1/fl_fss/c/fss.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/c/fss.h b/level_1/fl_fss/c/fss.h index 6d5c9c312..a2cf26ad6 100644 --- a/level_1/fl_fss/c/fss.h +++ b/level_1/fl_fss/c/fss.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_fss/c/fss_basic.c b/level_1/fl_fss/c/fss_basic.c index c5f1c6aac..0c90a58eb 100644 --- a/level_1/fl_fss/c/fss_basic.c +++ b/level_1/fl_fss/c/fss_basic.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_fss/c/fss_basic.h b/level_1/fl_fss/c/fss_basic.h index fb9f34268..d03b7b854 100644 --- a/level_1/fl_fss/c/fss_basic.h +++ b/level_1/fl_fss/c/fss_basic.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/c/fss_basic_list.c b/level_1/fl_fss/c/fss_basic_list.c index 7b6bab0ed..bca6bdc04 100644 --- a/level_1/fl_fss/c/fss_basic_list.c +++ b/level_1/fl_fss/c/fss_basic_list.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_fss/c/fss_basic_list.h b/level_1/fl_fss/c/fss_basic_list.h index 43acf6281..20d0adbfb 100644 --- a/level_1/fl_fss/c/fss_basic_list.h +++ b/level_1/fl_fss/c/fss_basic_list.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/c/fss_errors.h b/level_1/fl_fss/c/fss_errors.h index 00da3d8e1..79cadb781 100644 --- a/level_1/fl_fss/c/fss_errors.h +++ b/level_1/fl_fss/c/fss_errors.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * diff --git a/level_1/fl_fss/c/fss_extended.c b/level_1/fl_fss/c/fss_extended.c index 1f646d13c..2204f332d 100644 --- a/level_1/fl_fss/c/fss_extended.c +++ b/level_1/fl_fss/c/fss_extended.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_fss/c/fss_extended.h b/level_1/fl_fss/c/fss_extended.h index 9f8d3e7f7..09eb6110a 100644 --- a/level_1/fl_fss/c/fss_extended.h +++ b/level_1/fl_fss/c/fss_extended.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/c/fss_macro.h b/level_1/fl_fss/c/fss_macro.h index 9631e32da..5c6f34354 100644 --- a/level_1/fl_fss/c/fss_macro.h +++ b/level_1/fl_fss/c/fss_macro.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_fss/data/build/settings b/level_1/fl_fss/data/build/settings index b8c5f75b0..3798a1c9e 100644 --- a/level_1/fl_fss/data/build/settings +++ b/level_1/fl_fss/data/build/settings @@ -4,8 +4,8 @@ project_name fl_fss project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_file -lf_conversion diff --git a/level_1/fl_serialized/c/serialized.c b/level_1/fl_serialized/c/serialized.c index 17c75dbef..84a601f4c 100644 --- a/level_1/fl_serialized/c/serialized.c +++ b/level_1/fl_serialized/c/serialized.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Serialized - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_serialized/c/serialized.h b/level_1/fl_serialized/c/serialized.h index 87a70ba42..5a83b8ee4 100644 --- a/level_1/fl_serialized/c/serialized.h +++ b/level_1/fl_serialized/c/serialized.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Serialized - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_serialized/data/build/settings b/level_1/fl_serialized/data/build/settings index e652b746b..84ea78ead 100644 --- a/level_1/fl_serialized/data/build/settings +++ b/level_1/fl_serialized/data/build/settings @@ -4,8 +4,8 @@ project_name fl_serialized project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_1/fl_strings/c/strings.c b/level_1/fl_strings/c/strings.c index 50fd97797..b6a101d03 100644 --- a/level_1/fl_strings/c/strings.c +++ b/level_1/fl_strings/c/strings.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Strings - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_1/fl_strings/c/strings.h b/level_1/fl_strings/c/strings.h index 14c45d607..0ba176ea6 100644 --- a/level_1/fl_strings/c/strings.h +++ b/level_1/fl_strings/c/strings.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Strings - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_strings/data/build/settings b/level_1/fl_strings/data/build/settings index 7943081f0..88ead1c0c 100644 --- a/level_1/fl_strings/data/build/settings +++ b/level_1/fl_strings/data/build/settings @@ -4,8 +4,8 @@ project_name fl_strings project_level 1 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory diff --git a/level_2/fll_colors/c/colors.c b/level_2/fll_colors/c/colors.c index 762ae4403..623461fc4 100644 --- a/level_2/fll_colors/c/colors.c +++ b/level_2/fll_colors/c/colors.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: Colors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_2/fll_colors/c/colors.h b/level_2/fll_colors/c/colors.h index 8cd523248..a8dbb8662 100644 --- a/level_2/fll_colors/c/colors.h +++ b/level_2/fll_colors/c/colors.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: Colors - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_colors/data/build/settings b/level_2/fll_colors/data/build/settings index ca5b58b0d..fc7fae1eb 100644 --- a/level_2/fll_colors/data/build/settings +++ b/level_2/fll_colors/data/build/settings @@ -4,8 +4,8 @@ project_name fll_colors project_level 2 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc diff --git a/level_2/fll_execute/c/execute.c b/level_2/fll_execute/c/execute.c index eda64aed1..a065ba7fb 100644 --- a/level_2/fll_execute/c/execute.c +++ b/level_2/fll_execute/c/execute.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: Execute - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_execute/c/execute.h b/level_2/fll_execute/c/execute.h index e315a27ab..e74a14ceb 100644 --- a/level_2/fll_execute/c/execute.h +++ b/level_2/fll_execute/c/execute.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Execute - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_execute/data/build/settings b/level_2/fll_execute/data/build/settings index 87053d932..8a0803061 100644 --- a/level_2/fll_execute/data/build/settings +++ b/level_2/fll_execute/data/build/settings @@ -4,8 +4,8 @@ project_name fll_execute project_level 2 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory diff --git a/level_2/fll_fss/c/fss_basic.c b/level_2/fll_fss/c/fss_basic.c index 2325f7e86..dda2cd8db 100644 --- a/level_2/fll_fss/c/fss_basic.c +++ b/level_2/fll_fss/c/fss_basic.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_2/fll_fss/c/fss_basic.h b/level_2/fll_fss/c/fss_basic.h index 33c8e7f86..94d9315d5 100644 --- a/level_2/fll_fss/c/fss_basic.h +++ b/level_2/fll_fss/c/fss_basic.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_fss/c/fss_basic_list.c b/level_2/fll_fss/c/fss_basic_list.c index 402bee142..12d361188 100644 --- a/level_2/fll_fss/c/fss_basic_list.c +++ b/level_2/fll_fss/c/fss_basic_list.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_2/fll_fss/c/fss_basic_list.h b/level_2/fll_fss/c/fss_basic_list.h index 375a3b7d3..060704b62 100644 --- a/level_2/fll_fss/c/fss_basic_list.h +++ b/level_2/fll_fss/c/fss_basic_list.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_fss/c/fss_errors.c b/level_2/fll_fss/c/fss_errors.c index d8fe60184..0c7f03d34 100644 --- a/level_2/fll_fss/c/fss_errors.c +++ b/level_2/fll_fss/c/fss_errors.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_2/fll_fss/c/fss_errors.h b/level_2/fll_fss/c/fss_errors.h index 34203e7a5..12e3ecb16 100644 --- a/level_2/fll_fss/c/fss_errors.h +++ b/level_2/fll_fss/c/fss_errors.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_fss/c/fss_extended.c b/level_2/fll_fss/c/fss_extended.c index db5ee004e..6d8cfd872 100644 --- a/level_2/fll_fss/c/fss_extended.c +++ b/level_2/fll_fss/c/fss_extended.c @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_2/fll_fss/c/fss_extended.h b/level_2/fll_fss/c/fss_extended.h index 56efbbfa1..d30ea3ad7 100644 --- a/level_2/fll_fss/c/fss_extended.h +++ b/level_2/fll_fss/c/fss_extended.h @@ -1,6 +1,6 @@ /* FLL - Level 2 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_2/fll_fss/data/build/settings b/level_2/fll_fss/data/build/settings index a643c50a1..f4cd4acce 100644 --- a/level_2/fll_fss/data/build/settings +++ b/level_2/fll_fss/data/build/settings @@ -4,8 +4,8 @@ project_name fll_fss project_level 2 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_file -lf_conversion -lfl_fss -lfl_errors diff --git a/level_3/firewall/c/firewall.c b/level_3/firewall/c/firewall.c index c1ddb2e57..2984a1d7c 100644 --- a/level_3/firewall/c/firewall.c +++ b/level_3/firewall/c/firewall.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: Firewall - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/firewall/c/firewall.h b/level_3/firewall/c/firewall.h index 79408870b..6646e42e6 100644 --- a/level_3/firewall/c/firewall.h +++ b/level_3/firewall/c/firewall.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: Firewall - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/firewall/data/build/settings b/level_3/firewall/data/build/settings index b19d68669..68527d08c 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -4,8 +4,8 @@ project_name firewall project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.c b/level_3/fss_basic_list_read/c/fss_basic_list_read.c index 1921f1f08..62d493946 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.c +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.h b/level_3/fss_basic_list_read/c/fss_basic_list_read.h index b69c440e0..5dc9e4f07 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.h +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_basic_list_read/data/build/settings b/level_3/fss_basic_list_read/data/build/settings index 33fe72cb4..8ada4e78f 100644 --- a/level_3/fss_basic_list_read/data/build/settings +++ b/level_3/fss_basic_list_read/data/build/settings @@ -4,8 +4,8 @@ project_name fss_basic_list_read project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe diff --git a/level_3/fss_basic_list_write/c/fss_basic_list_write.c b/level_3/fss_basic_list_write/c/fss_basic_list_write.c index d974cb2fd..3c4d76415 100644 --- a/level_3/fss_basic_list_write/c/fss_basic_list_write.c +++ b/level_3/fss_basic_list_write/c/fss_basic_list_write.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_basic_list_write/c/fss_basic_list_write.h b/level_3/fss_basic_list_write/c/fss_basic_list_write.h index dcba9c247..2f0115036 100644 --- a/level_3/fss_basic_list_write/c/fss_basic_list_write.h +++ b/level_3/fss_basic_list_write/c/fss_basic_list_write.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_basic_list_write/data/build/settings b/level_3/fss_basic_list_write/data/build/settings index f42efe3a2..7d243499c 100644 --- a/level_3/fss_basic_list_write/data/build/settings +++ b/level_3/fss_basic_list_write/data/build/settings @@ -4,8 +4,8 @@ project_name fss_basic_list_write project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lf_file -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss -lfl_file diff --git a/level_3/fss_basic_read/c/fss_basic_read.c b/level_3/fss_basic_read/c/fss_basic_read.c index 98d2f6737..668cdaa74 100644 --- a/level_3/fss_basic_read/c/fss_basic_read.c +++ b/level_3/fss_basic_read/c/fss_basic_read.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_basic_read/c/fss_basic_read.h b/level_3/fss_basic_read/c/fss_basic_read.h index 07bd86966..eb5cec396 100644 --- a/level_3/fss_basic_read/c/fss_basic_read.h +++ b/level_3/fss_basic_read/c/fss_basic_read.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_basic_read/data/build/settings b/level_3/fss_basic_read/data/build/settings index 2901825a5..83e21ef01 100644 --- a/level_3/fss_basic_read/data/build/settings +++ b/level_3/fss_basic_read/data/build/settings @@ -4,8 +4,8 @@ project_name fss_basic_read project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe diff --git a/level_3/fss_basic_write/c/fss_basic_write.c b/level_3/fss_basic_write/c/fss_basic_write.c index 377a48a52..009db06cf 100644 --- a/level_3/fss_basic_write/c/fss_basic_write.c +++ b/level_3/fss_basic_write/c/fss_basic_write.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_basic_write/c/fss_basic_write.h b/level_3/fss_basic_write/c/fss_basic_write.h index 9b1cf1e45..a3f1e4ff7 100644 --- a/level_3/fss_basic_write/c/fss_basic_write.h +++ b/level_3/fss_basic_write/c/fss_basic_write.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_basic_write/data/build/settings b/level_3/fss_basic_write/data/build/settings index 79261edf2..8946c07eb 100644 --- a/level_3/fss_basic_write/data/build/settings +++ b/level_3/fss_basic_write/data/build/settings @@ -4,8 +4,8 @@ project_name fss_basic_write project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lf_file -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss -lfl_file diff --git a/level_3/fss_extended_read/c/fss_extended_read.c b/level_3/fss_extended_read/c/fss_extended_read.c index 7a37bc7eb..fd022d183 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.c +++ b/level_3/fss_extended_read/c/fss_extended_read.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_extended_read/c/fss_extended_read.h b/level_3/fss_extended_read/c/fss_extended_read.h index 4cee551e6..844fc98c3 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.h +++ b/level_3/fss_extended_read/c/fss_extended_read.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_extended_read/data/build/settings b/level_3/fss_extended_read/data/build/settings index d7c8cf38e..2272de7d0 100644 --- a/level_3/fss_extended_read/data/build/settings +++ b/level_3/fss_extended_read/data/build/settings @@ -4,8 +4,8 @@ project_name fss_extended_read project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe diff --git a/level_3/fss_extended_write/c/fss_extended_write.c b/level_3/fss_extended_write/c/fss_extended_write.c index bed3393b3..8a2f0c29c 100644 --- a/level_3/fss_extended_write/c/fss_extended_write.c +++ b/level_3/fss_extended_write/c/fss_extended_write.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_extended_write/c/fss_extended_write.h b/level_3/fss_extended_write/c/fss_extended_write.h index 0c723c4ce..29c24d697 100644 --- a/level_3/fss_extended_write/c/fss_extended_write.h +++ b/level_3/fss_extended_write/c/fss_extended_write.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_extended_write/data/build/settings b/level_3/fss_extended_write/data/build/settings index 3d3739525..9062b9be1 100644 --- a/level_3/fss_extended_write/data/build/settings +++ b/level_3/fss_extended_write/data/build/settings @@ -4,8 +4,8 @@ project_name fss_extended_write project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lf_file -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss -lfl_file diff --git a/level_3/fss_return_code/c/fss_return_code.c b/level_3/fss_return_code/c/fss_return_code.c index a0be4a1de..f3e882369 100644 --- a/level_3/fss_return_code/c/fss_return_code.c +++ b/level_3/fss_return_code/c/fss_return_code.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/fss_return_code/c/fss_return_code.h b/level_3/fss_return_code/c/fss_return_code.h index 3bb5d2498..51ec7ea61 100644 --- a/level_3/fss_return_code/c/fss_return_code.h +++ b/level_3/fss_return_code/c/fss_return_code.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/fss_return_code/data/build/settings b/level_3/fss_return_code/data/build/settings index 0c8718297..a5c950f28 100644 --- a/level_3/fss_return_code/data/build/settings +++ b/level_3/fss_return_code/data/build/settings @@ -4,8 +4,8 @@ project_name fss_return_code project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss diff --git a/level_3/return_code/c/return_code.c b/level_3/return_code/c/return_code.c index 9d091ccd5..ed70dd123 100644 --- a/level_3/return_code/c/return_code.c +++ b/level_3/return_code/c/return_code.c @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_3/return_code/c/return_code.h b/level_3/return_code/c/return_code.h index 076189d30..b80894fee 100644 --- a/level_3/return_code/c/return_code.h +++ b/level_3/return_code/c/return_code.h @@ -1,6 +1,6 @@ /* FLL - Level 3 * Project: FSS - * Version: 0.3.x + * Version: 0.4.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_3/return_code/data/build/settings b/level_3/return_code/data/build/settings index 674c2ae36..f553dc8c8 100644 --- a/level_3/return_code/data/build/settings +++ b/level_3/return_code/data/build/settings @@ -4,8 +4,8 @@ project_name return_code project_level 3 version_major 0 -version_minor 3 -version_micro 1 +version_minor 4 +version_micro 0 build_compiler gcc build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lfl_colors -lfll_colors -lfl_errors