From: Kevin Day Date: Wed, 7 Mar 2012 23:53:34 +0000 (-0600) Subject: Update: switch to 0.3.x version X-Git-Tag: 0.3.x X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3896cef363dcd4da9252db7374b942d5d89d6c3b;p=fll Update: switch to 0.3.x version This is now the development release series 0.3.x. The version number for the source files will now end in an x instead of a number to make project management simpler. --- diff --git a/build/scripts/generate.sh b/build/scripts/generate.sh index 3289ff3..1352764 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.2.0 + local version=0.3.x 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 dc25807..158c1b4 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.2.0 + * Version: 0.3.x * 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 ed634c2..d20f258 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.2.0 + * Version: 0.3.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 130ec75..96f33e6 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.2.0 + * Version: 0.3.x * 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 876fa15..391dbe3 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.2.0 + * Version: 0.3.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 db77aef..005a8f1 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.2.0 + * Version: 0.3.x * 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 1ff7203..5705425 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.2.0 +# Version: 0.3.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 0f70729..aacb502 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.2.0 + * Version: 0.3.x * 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 2c64caf..b2bc806 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.2.0 + * Version: 0.3.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 88be157..2c7d87d 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.2.0 + * Version: 0.3.x * 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 3c9b977..63ec9b7 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.2.0 + * Version: 0.3.x * 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 cadd490..a242dea 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.2.0 + * Version: 0.3.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 3fd2b24..1b466b5 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.2.0 + * Version: 0.3.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_0/f_output/c/output.c b/level_0/f_output/c/output.c index a19fc38..809a3b6 100644 --- a/level_0/f_output/c/output.c +++ b/level_0/f_output/c/output.c @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Output - * Version: 0.2.0 + * Version: 0.3.x * Licenses: lgplv2.1 * Programmers: Kevin Day */ diff --git a/level_0/f_output/c/output.h b/level_0/f_output/c/output.h index facf92c..18582b9 100644 --- a/level_0/f_output/c/output.h +++ b/level_0/f_output/c/output.h @@ -1,6 +1,6 @@ /* FLL - Level 0 * Project: Output - * Version: 0.2.0 + * Version: 0.3.x * 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 aab4407..9d5effb 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.2.0 + * Version: 0.3.x * 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 ec60f4d..74abe54 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.2.0 + * Version: 0.3.x * 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 bf2f4f8..dad5ce4 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.2.0 + * Version: 0.3.x * 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 396e8dc..a19a17b 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.2.0 +# Version: 0.3.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 ff199ea..379b7a7 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.2.0 + * Version: 0.3.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 24cad50..68fdfba 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.2.0 + * Version: 0.3.x * 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 99f63ec..b06d349 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.2.0 + * Version: 0.3.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 e9f0b01..6d69b45 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.2.0 + * Version: 0.3.x * 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 f1dab13..2cab81e 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.2.0 + * Version: 0.3.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 7d51c38..f5d3fd5 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.2.0 + * Version: 0.3.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_execute/c/execute.c b/level_1/fl_execute/c/execute.c index 6d38043..42351e7 100644 --- a/level_1/fl_execute/c/execute.c +++ b/level_1/fl_execute/c/execute.c @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Execute - * Version: 0.2.0 + * Version: 0.3.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: diff --git a/level_1/fl_execute/c/execute.h b/level_1/fl_execute/c/execute.h index 3325132..9bc8b4b 100644 --- a/level_1/fl_execute/c/execute.h +++ b/level_1/fl_execute/c/execute.h @@ -1,6 +1,6 @@ /* FLL - Level 1 * Project: Execute - * Version: 0.2.0 + * Version: 0.3.x * 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 42831d0..d18cc0f 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.2.0 + * Version: 0.3.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 a442ca4..e3bf01c 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.2.0 + * Version: 0.3.x * 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 cb13514..e9db221 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.2.0 + * Version: 0.3.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 978b0f2..1992450 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.2.0 + * Version: 0.3.x * 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 2c85d13..b1003fd 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.2.0 + * Version: 0.3.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 3610e58..7757428 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.2.0 + * Version: 0.3.x * 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 826bc0a..2558851 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.2.0 + * Version: 0.3.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 6c42a44..422e115 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.2.0 + * Version: 0.3.x * 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 1891994..58aa8a9 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.2.0 + * Version: 0.3.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 30c9c06..630caf8 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.2.0 + * Version: 0.3.x * 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 c84783e..a4be74e 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.2.0 + * Version: 0.3.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 4ca5b8b..c761299 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.2.0 + * Version: 0.3.x * Licenses: lgplv2.1 * Programmers: Kevin Day * Documentation: