]> Kevux Git Server - fll/commitdiff
Bugfix: programs incorrectly reporting version
authorKevin Day <thekevinday@gmail.com>
Sun, 3 Aug 2014 22:40:35 +0000 (17:40 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 3 Aug 2014 22:43:18 +0000 (17:43 -0500)
I noticed, unfortunately after the release and not before, that the proper version number was not being reported.
This seems to have been an oversight.

To reduce the chances of this happening, I decided to make the next version number be the default.
I will make a release after a month or two fixing this.

112 files changed:
build/scripts/generate.sh
level_0/f_colors/c/colors.h
level_0/f_colors/data/build/settings
level_0/f_console/c/console.c
level_0/f_console/c/console.h
level_0/f_console/data/build/settings
level_0/f_conversion/c/conversion.c
level_0/f_conversion/c/conversion.h
level_0/f_conversion/data/build/settings
level_0/f_errors/bash/errors.sh
level_0/f_errors/c/errors.h
level_0/f_errors/data/build/settings
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/data/build/settings
level_0/f_fss/c/fss.h
level_0/f_fss/data/build/settings
level_0/f_memory/c/memory.c
level_0/f_memory/c/memory.h
level_0/f_memory/data/build/settings
level_0/f_paths/c/filesystem_paths.h
level_0/f_paths/c/fll_paths.h
level_0/f_paths/data/build/settings
level_0/f_pipe/c/pipe.c
level_0/f_pipe/c/pipe.h
level_0/f_pipe/data/build/settings
level_0/f_print/c/print.c
level_0/f_print/c/print.h
level_0/f_print/data/build/settings
level_0/f_serialized/c/serialized.h
level_0/f_serialized/data/build/settings
level_0/f_strings/c/strings.h
level_0/f_strings/data/build/settings
level_0/f_types/c/types.h
level_0/f_types/c/types_array.h
level_0/f_types/data/build/settings
level_1/fl_colors/bash/colors.sh
level_1/fl_colors/c/colors.c
level_1/fl_colors/c/colors.h
level_1/fl_colors/data/build/settings
level_1/fl_console/c/console.c
level_1/fl_console/c/console.h
level_1/fl_console/data/build/settings
level_1/fl_directory/c/directory.c
level_1/fl_directory/c/directory.h
level_1/fl_directory/data/build/settings
level_1/fl_errors/bash/errors.sh
level_1/fl_errors/c/errors.c
level_1/fl_errors/c/errors.h
level_1/fl_errors/data/build/settings
level_1/fl_file/c/file.c
level_1/fl_file/c/file.h
level_1/fl_file/data/build/settings
level_1/fl_fss/c/fss.c
level_1/fl_fss/c/fss.h
level_1/fl_fss/c/fss_basic.c
level_1/fl_fss/c/fss_basic.h
level_1/fl_fss/c/fss_basic_list.c
level_1/fl_fss/c/fss_basic_list.h
level_1/fl_fss/c/fss_errors.h
level_1/fl_fss/c/fss_extended.c
level_1/fl_fss/c/fss_extended.h
level_1/fl_fss/c/fss_macro.h
level_1/fl_fss/data/build/settings
level_1/fl_serialized/c/serialized.c
level_1/fl_serialized/c/serialized.h
level_1/fl_serialized/data/build/settings
level_1/fl_strings/c/strings.c
level_1/fl_strings/c/strings.h
level_1/fl_strings/data/build/settings
level_2/fll_colors/c/colors.c
level_2/fll_colors/c/colors.h
level_2/fll_colors/data/build/settings
level_2/fll_execute/c/execute.c
level_2/fll_execute/c/execute.h
level_2/fll_execute/data/build/settings
level_2/fll_fss/c/fss_basic.c
level_2/fll_fss/c/fss_basic.h
level_2/fll_fss/c/fss_basic_list.c
level_2/fll_fss/c/fss_basic_list.h
level_2/fll_fss/c/fss_errors.c
level_2/fll_fss/c/fss_errors.h
level_2/fll_fss/c/fss_extended.c
level_2/fll_fss/c/fss_extended.h
level_2/fll_fss/data/build/settings
level_3/firewall/c/firewall.c
level_3/firewall/c/firewall.h
level_3/firewall/data/build/settings
level_3/fss_basic_list_read/c/fss_basic_list_read.c
level_3/fss_basic_list_read/c/fss_basic_list_read.h
level_3/fss_basic_list_read/data/build/settings
level_3/fss_basic_list_write/c/fss_basic_list_write.c
level_3/fss_basic_list_write/c/fss_basic_list_write.h
level_3/fss_basic_list_write/data/build/settings
level_3/fss_basic_read/c/fss_basic_read.c
level_3/fss_basic_read/c/fss_basic_read.h
level_3/fss_basic_read/data/build/settings
level_3/fss_basic_write/c/fss_basic_write.c
level_3/fss_basic_write/c/fss_basic_write.h
level_3/fss_basic_write/data/build/settings
level_3/fss_extended_read/c/fss_extended_read.c
level_3/fss_extended_read/c/fss_extended_read.h
level_3/fss_extended_read/data/build/settings
level_3/fss_extended_write/c/fss_extended_write.c
level_3/fss_extended_write/c/fss_extended_write.h
level_3/fss_extended_write/data/build/settings
level_3/fss_return_code/c/fss_return_code.c
level_3/fss_return_code/c/fss_return_code.h
level_3/fss_return_code/data/build/settings
level_3/return_code/c/return_code.c
level_3/return_code/c/return_code.h
level_3/return_code/data/build/settings

index f714b0488c909d99cc61cbb1f15ea48bcaca4dd2..66be6805426eb97235da28d52d29b6b00e7b5b3f 100644 (file)
@@ -9,7 +9,7 @@ generate_main(){
   local public_name="Simple FLL Project Make Script"
   local system_name=generate
   local called_name=$(basename $0)
-  local version=0.4.0
+  local version=0.4.2
 
   local grab_next=
   local do_color=normal
index 616bbe94c180508f2d8cecca2adf253f968f3cbe..1fe0617f6ec59fbf56a0914b812c026edb17707c 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Colors
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index e326c7392a6efe8d2aabbf5dd9ef9fa031e1ff69..eea76357a01bac5fe27693a760f0aef1690212b4 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index b2c9a4905cca201cd4814403cd616e4b2e945da6..222f8cc4366a3d51bfb90558c6331a2d7f58c1d7 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Console
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 8838b874c99e7b9ddc9fd5bc25207c6047640bad..f347693d0a66c943e346675986983d7d1581078e 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Console
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index ad32d6e0c9ed615371a9102ad252a3a3a8dac8df..6effd4b4b099e30a3e65b94c58d09c5917b6e3f5 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index 18dcc40440f905bbbc4c5c5d51e2d88477681c2f..4b91ee1cb9348675841895d3be793c303f33c2a2 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Conversion
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 7eb3fb28e46a701975f95eb855e536c4fe7c96d3..e8efb82b36144af512c5e7dc94393b8d583d8780 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Conversion
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 56ea1fc31d21ecbf5f8dd0eda861fe4d2cf774ac..79c2da3829ef49ef242c2afd364030f2fb2f04e8 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index b0cf4062dc9b09d9d110fca973b020284c1c6eb9..914ddf490fe91ffb80145b606b71b7581cf308d4 100644 (file)
@@ -1,6 +1,6 @@
 # FLL - Level 0
 # Project: Errors
-# Version: 0.4.x
+# Version: 0.4.2
 # Licenses: flll, lgplv2.1
 # Programmers: Kevin Day
 # Documentation: Provides error codes
index c36732357acabb2179599712a35ff36533bf31d2..e6536152f5d084a21eb5062053daee607650c3ee 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Errors
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 2fddad500a67daa2c194c37747fc3b247534c597..f8af285adc93c151cae5112670c2a64064097430 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index 068fc00e30d287247e87acb1cd0ad44693ce4650..016747b573823b8fa57bfc9681fa11539625b6cd 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       File
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 88029e29ded828ab89d6ff6b267359ae5a9e5b7b..a7efb7f46d7d13c5ed50231b9b1f4d597cc6cf20 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       File
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index b7d048692a6ec45f47e78fe8e1fa6e90cb1ca090..7eb32bfea98ce1dd559787f929f5c01854ef4ed3 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index 129c6d0425d7cf30b3238a344cce40e97804a93f..024149cf1251584ea6dcc99473ca9324e8b74096 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index cf1d56c20aac72e84fa31953ef89f1f21f36e778..f7167745607dc0744d10291e6e3552173e891f3c 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index e92a41ba5bec7ab231bda113b7c1a8026f91ea0a..ed3316e37e1c4426ff65690f551f5bdebed47437 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Memory
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 9cf18d532f0e8cfe0aa5868810115d36de6bc63a..aa70db8e4c1aa2c3dae510d41e893ff8b40565e8 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Memory
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 006349aecb9186ce11c8bad4634255ec36e749bd..0334d4acffa2cc00c5909f49ee14f358144aaa5f 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index 76e7caeba14ecb2c9ec98b441716897fa016dd35..63ebbc16da06241183d8115dca6b6a0660677502 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Paths
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 61048bf36fcd854ac06bd09143a19bc5ac773875..ab93192d3020ae420d9771df133030fe98bacb1c 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Paths
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 6c91b4d20dafdda9f90797c902013b527ecbed80..43194c10c06d1cd909c779e478600cbd9334db73 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries 
index 4537fd9868c6a787f47d6492ec6f246924dedf75..f8febb75f930ea3e92501152a215b026815d9cef 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Pipe
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index baddfc5e8ca9863742a5c8b5cdf24054a8d01e61..065b113443103dbfaff64046470409f905b7453b 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Pipe
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index ef59b222045e0c809eb3401c220dff44a6ede48a..ed8806dfd64239c1639bf33b253a9cca1303aa52 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index 5d0725be5371e0a3dd8dc4ebe8bbc3fb83518363..100d7e7c3f6623a5c8b0ed18709cf90a0623e4f3 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Output
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index f1aac59704bf17f524557e3dbc59718d3a2f4b45..d7e53d44b32dad2526cfe5db205f838a8915e13f 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Output
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index dfa10f6d3181f62d19fce174f7d0b36bcbc722f0..ccaed244fd2d8e3003271fc029e7349e8373cbce 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc
index a0349dcaf122829e5bc0d052fcba5c6b2a30a6ba..6631677eb387feb6a7d79915c94a52e3b54bf532 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Serialized
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index afb41011c5e62854b820c8c6cb449ddaa53e2ff8..718dfbfff9f058a99c6a5ccf3ae147f99f90e314 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index 7b37a13d517fef43d370b8c2b46413f513739061..af793009fd6c8898fd37989190b04b101fa048b8 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Strings
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index e327468ed67cf0f1be21b184b871b2567cfa5736..fb068f65fa7f85f2ec2e3ef12dbe05e170b41ced 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index ab098ab96588ab1c10bf1dc7bfa016cddf2e03ec..3a69e5b857a4892cb968ca8ee529d548f0fbb2d2 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Types
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 035a033b346ceb49a179666146eebb2f8f5a620c..41ac453ae648338f0108d30c427d09b6971165e2 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Types Array
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 2ab76a614f25cbf58210270ed4b9cf0436a64d77..601bbd678ed9252319f9c6a238f871b869cc2401 100644 (file)
@@ -5,7 +5,7 @@ project_level 0
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc
index 750990dbe7d3001a6a8d59c61a0a01946e4bfdea..c5a8ac26d978f34abe6d2b6e0e5dee0d18e82a57 100644 (file)
@@ -1,6 +1,6 @@
 # FLL - Level 1
 # Project: Colors
-# Version: 0.4.x
+# Version: 0.4.2
 # Licenses: flll, lgplv2.1
 # Programmers: Kevin Day
 # Documentation: Provide basic color output support (linux & xterm)
index 92914b943fa21bde6262efb50f97e91062992c73..d77f2477811678465b62890662947aabfb610f21 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Colors
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 3a389b0f7a864aa2c70f58022d145cc6ab400847..6bebf4d706165687242fa3ae0d2d6c668f43e7df 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Colors
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 8ed93f6d8c401cda5a255974017c0802396fc219..e1ecfd76c2996fb10117a351ba482d2b84834b9d 100644 (file)
@@ -5,7 +5,7 @@ project_level 1
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_file
index cf0e26bcf50dd1b3b7e571a54ac07bb21fbde4ce..ced1872c152f5d989469c9fc3a0e1bcc89e0cba7 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Console
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index dfe198bd5f96f72bfc238941d0a480e57b1bd746..9a9e2d87d3c887138468d0437a52075ce2d66a66 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Console
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index e070d72fe0e1125443b17267e50da1e7dbed630a..7b72f0c1f7b3b26de013f7067f533a4d97e509c9 100644 (file)
@@ -5,7 +5,7 @@ project_level 1
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_console
index d84fed5557926db9acbc0b4f8f44b69111f42420..b3d5330c022eea3670a5160b5ab3aeaae558396a 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Directory
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index fda74bae38e68fc8eb81a1bcce33c0e9e362a2c9..e32c256139c1618efc32147901bdf6456d00e161 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Directory
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index e13024306be266712ed3336ccfc2cb6498bb2d15..37bf7d440735979f48c5fbade233372a52d233d4 100644 (file)
@@ -5,7 +5,7 @@ project_level 1
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory
index b0cf4062dc9b09d9d110fca973b020284c1c6eb9..914ddf490fe91ffb80145b606b71b7581cf308d4 100644 (file)
@@ -1,6 +1,6 @@
 # FLL - Level 0
 # Project: Errors
-# Version: 0.4.x
+# Version: 0.4.2
 # Licenses: flll, lgplv2.1
 # Programmers: Kevin Day
 # Documentation: Provides error codes
index d108d43d6210c7d896ddfa7322a736df9de1a6cf..ad70d084a5af500ae3b5065cbe9790954139e8fd 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Errors
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 38dbdaea4d513b01b9c16120656878563aad0f43..1ab5d0693266313ae1d8b5bce5aca5a0e647b57b 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Errors
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 08c0314bcb015cd08484bd5407787e592915d378..8deffc0567e91602ab4e5b039868d6925842eaa9 100644 (file)
@@ -5,7 +5,7 @@ project_level 1
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index c7a2bab8e02d14342546b0db16376de1029f1292..d235b7dbbefc5702e9c8776b4ec30e8f05e5cf7c 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       File
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 9cc4bd49a6cbe74f83a74f000c3bdc415c1f984a..69afb68c2e3783aed579359128bb9f2106539794 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       File
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 743b4a745cf976d1704b00f9e93a309765ca70e1..79bd79c2c340f134552df6a9b4eda059584ddec9 100644 (file)
@@ -5,7 +5,7 @@ project_level 1
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_file
index e6b9bc122da1d66596a7210c9547c83c2e1843e4..37f32f7b83ab99ccd18afca3e377fdc75abeb1fd 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index a2cf26ad6e711264ce8c60bede98b488d20746b5..53853e30d8a3218eed3a581e83f63131c86a7c67 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 0c90a58ebfe0539c320a82e8972429df7464fe70..26f2bd76b6a02a1389c4c47c678e440637dae6a4 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index d03b7b85467eca4c5c50b2fa93b203325fa6d020..5ba5ea8cf4d50bbc256b2e58fe579e278de8d75e 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index bca6bdc047d307576bab7af423a66483966ad5d5..13f78e28ec6cbab265f657f8b9fe7ee680a3f4bc 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 20d0adbfb463340bcb361292784d3a5450c5b1c0..21dc911d20cb463458d6897bf546b9e5f67fd9f3 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 79cadb781a3b146ea5706414241ceb4d486f5743..30cf86aabfa25466841bf72f8296ea9708d8064f 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  *
index 2204f332d0808c9d5bd332f682363350ce125b6d..b01f58b7bd33ed1235cad793b911b8bdb2b91aff 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 09eb6110a3d80b0fc34e0a47184be5c07f3070ed..d58ba7b081a9df34df7c62253e087ef76b8aae41 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 5c6f34354d96fb3a4c77da7a7a0056fdd48c65c9..e44ff59ee28779cb00f9f2fbaa6d8773d8325bc6 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 3798a1c9e0f9e19621b27ca90fb02fc3a45b4789..bc7b47f3bd8853e9504e965a5d08b3d2c6b5a94f 100644 (file)
@@ -5,7 +5,7 @@ project_level 1
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory -lf_file -lf_conversion
index 84a601f4cac3994187430afa4742c88b543c7a57..3909884394fe93ea1e2c392a30889fd8eb6ae9ce 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Serialized
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 5a83b8ee483955622489b4f1f011e4cbd63650ea..efd405f1d4cda254251dc5b881b3af04197d93d2 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Serialized
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 84ea78ead3d439bde697bfab586f8469530b84d9..65495a70b7ad4534a1029de1e8c701291eb6f8b3 100644 (file)
@@ -5,7 +5,7 @@ project_level 1
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc 
index b6a101d03961023683b96c2a4e7136505a336d04..c73403236d0004a1384cf52690406711dcafcee9 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Strings
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 0ba176ea6dd000f05f7273f99c9f9eb099db7760..f694728811174d5c5c7dbb4a6997a4daf4d07996 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Strings
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 88ead1c0cfdbd2915bef29ee4918c61ed15622e5..8ca4cb397f2834089ae9c94f509005d76623b694 100644 (file)
@@ -5,7 +5,7 @@ project_level 1
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory
index 623461fc4c397dad2e398d4b5d05577559f8767e..ceb41519a6a741e896b79c25565b589beb0afea3 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       Colors
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index a8dbb866293d37c979094bd729f39b79d30d8a4e..cf11c580ded664720294a2e6cadd50b99fc03a6a 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       Colors
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index fc7fae1eb53a870dfe5e273475a2e7e32a64335a..02fc5be1d424903c5e2403eb75b159c98e23e065 100644 (file)
@@ -5,7 +5,7 @@ project_level 2
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc
index a065ba7fb7f3e791669e470ac7dd07056e428b0b..1007970554fab73a30add54b13458ec0230a8460 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       Execute
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index e74a14cebd2a897f65a549eb34e82cbc28d4f7cb..382ccf1aca5e4456a8a88529d7fec086fa0dd98d 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Execute
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 8a080306182c9e1be84e422cc170dd596c259299..0ee02fe017128177c89126373595c4f63c9b24fd 100644 (file)
@@ -5,7 +5,7 @@ project_level 2
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory
index dda2cd8db53e9dcc79f8a891af0efdfd6b14f7cb..74b9c69780d0751316593550cc57e3aab92c8e6d 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 94d9315d51dde1ef936acb8a86df53fe5ac005cc..7d435a97e5b1b2e85e9798097c2d93181b894e6e 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 12d3611882c79376d4e3967b05b97054bda8f840..530e947d78566957bed9f1b3c13fcafb0aea2020 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 060704b621700247e493e2db521dfd72f8a70b32..283fcfac6094a45ea62f34671eb8add84c52927c 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 0c7f03d3412d32aad23ab6b10ae8e6fbe766aa3b..dca6b252080c79c5ffd99176ac49c3ba148ce391 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 12e3ecb165a4ebca794ceef76ede4b5a4b156ced..f97d470b582b81aae25b7370fb23f834a4fe807d 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 6d8cfd87285f4634efc18d8069daf1d2bb73259c..dc3a96918cf5ce5cd8520a0aca8f4f732189a995 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index d30ea3ad7586d5e4d59f7bb356bdc593f1e4dc7d..9cf13da2330c59e5abf2c16715c6489076b08324 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index f4cd4acceffa3e79d4d6bbe79d217ba437e5f6f3..c2800a53fa3e19aac140357cd27964dc6e3c7c68 100644 (file)
@@ -5,7 +5,7 @@ project_level 2
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory -lf_file -lf_conversion -lfl_fss -lfl_errors
index 2984a1d7ce5a1672dc6589484c33c67455a6a6e2..0f1adb35fe4092d30f0c29f37387d7ad8979e9f2 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       Firewall
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 6646e42e67cb45164891846d14d6273ba0096c21..dd97a48f71950b3728edc116cf47185a5853b1d9 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       Firewall
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
@@ -44,8 +44,8 @@ extern "C"{
 
 #ifndef _di_firewall_version_
   #define firewall_major_version "0"
-  #define firewall_minor_version "3"
-  #define firewall_micro_version "0"
+  #define firewall_minor_version "4"
+  #define firewall_micro_version "2"
   #define firewall_version firewall_major_version "." firewall_minor_version "." firewall_micro_version
 #endif // _di_firewall_version_
 
index 68527d08c0313aa967b2e8c4bb57ecc41fbb6b01..9c7219f5c8d6b702d74f560e3928de2557c8ba50 100644 (file)
@@ -5,7 +5,7 @@ project_level 3
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe
index 62d493946f14d8aa9b447e5aaedacdad7f6e00ad..1f4311679860a8c368ae77640f72c8d4ac643819 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 5dc9e4f072c8eabf26aa43a75543732a38bde046..7dd84922442e83da1ba2220ab598af951f5638ca 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
@@ -43,8 +43,8 @@ extern "C"{
 
 #ifndef _di_fss_basic_list_read_version_
   #define fss_basic_list_read_major_version "0"
-  #define fss_basic_list_read_minor_version "3"
-  #define fss_basic_list_read_micro_version "0"
+  #define fss_basic_list_read_minor_version "4"
+  #define fss_basic_list_read_micro_version "2"
   #define fss_basic_list_read_version fss_basic_list_read_major_version "." fss_basic_list_read_minor_version "." fss_basic_list_read_micro_version
 #endif // _di_fss_basic_list_read_version_
 
index 8ada4e78f8fe51139edd0a3a172ada7748c0444e..490787dcfc7b1bdaf4366ec9c8c58a067296bf4b 100644 (file)
@@ -5,7 +5,7 @@ project_level 3
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe
index 3c4d764158bc203e12ae30786af5d6333a43248a..27138f6ddcfd25dfd67e6ddd3f4355ca2586806b 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 2f011503609b55cf7d9d71b389b211ee37444b05..b350d6f64fc3acd6d9579542c93ebc2e9539bd3a 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
@@ -37,8 +37,8 @@ extern "C"{
 
 #ifndef _di_fss_basic_list_write_version_
   #define fss_basic_list_write_major_version "0"
-  #define fss_basic_list_write_minor_version "3"
-  #define fss_basic_list_write_micro_version "0"
+  #define fss_basic_list_write_minor_version "4"
+  #define fss_basic_list_write_micro_version "2"
   #define fss_basic_list_write_version fss_basic_list_write_major_version "." fss_basic_list_write_minor_version "." fss_basic_list_write_micro_version
 #endif // _di_fss_basic_list_write_version_
 
index 7d243499c59dc06bbea7b631dc78fdce63d78418..90e37ae586bf38022358aed4d1352724ccc4b825 100644 (file)
@@ -5,7 +5,7 @@ project_level 3
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lf_file -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss -lfl_file
index 668cdaa7415cc070430f5a3d5586cab5e55e4c69..cf3706816142f14cc955fe7e1246830838adddb5 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index eb5cec3963b8199ec6060bc42a07d77a2c41ca08..32970d0443a359970e2e15363fb6201f79d55b1b 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
@@ -43,8 +43,8 @@ extern "C"{
 
 #ifndef _di_fss_basic_read_version_
   #define fss_basic_read_major_version "0"
-  #define fss_basic_read_minor_version "3"
-  #define fss_basic_read_micro_version "0"
+  #define fss_basic_read_minor_version "4"
+  #define fss_basic_read_micro_version "2"
   #define fss_basic_read_version fss_basic_read_major_version "." fss_basic_read_minor_version "." fss_basic_read_micro_version
 #endif // _di_fss_basic_read_version_
 
index 83e21ef010d593657097428ec9e76317f5e0d20e..6e333ee4612219fae00cb728ddcccb70a89590c3 100644 (file)
@@ -5,7 +5,7 @@ project_level 3
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe
index 009db06cf712d42884186e8dca008918b59cf340..6dd9bc1ae616c2b030a10eae7e2ecbb08e3792ee 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index a3f1e4ff7f33bc0ef3d37656827ba68e9e6a7ea5..05e5ef10a8813a99ca77201f760a35d8f3bbb1b5 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
@@ -37,8 +37,8 @@ extern "C"{
 
 #ifndef _di_fss_basic_write_version_
   #define fss_basic_write_major_version "0"
-  #define fss_basic_write_minor_version "3"
-  #define fss_basic_write_micro_version "0"
+  #define fss_basic_write_minor_version "4"
+  #define fss_basic_write_micro_version "2"
   #define fss_basic_write_version fss_basic_write_major_version "." fss_basic_write_minor_version "." fss_basic_write_micro_version
 #endif // _di_fss_basic_write_version_
 
index 8946c07eb4536c4a26f4ea43f9f418b22cfed256..093ab89a4543996cbacc7f087741b3851b7849af 100644 (file)
@@ -5,7 +5,7 @@ project_level 3
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lf_file -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss -lfl_file
index fd022d1831f14a0a9fa407c07d6ed4a1c4da6b02..c5e8662654086f1453940131ea1792392045325b 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 844fc98c39992c91c9122ae45193563168273f51..da8bb92a9744ec4a1768eb45c248bbf920f80a06 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
@@ -43,8 +43,8 @@ extern "C"{
 
 #ifndef _di_fss_extended_read_version_
   #define fss_extended_read_major_version "0"
-  #define fss_extended_read_minor_version "3"
-  #define fss_extended_read_micro_version "0"
+  #define fss_extended_read_minor_version "4"
+  #define fss_extended_read_micro_version "2"
   #define fss_extended_read_version fss_extended_read_major_version "." fss_extended_read_minor_version "." fss_extended_read_micro_version
 #endif // _di_fss_extended_read_version_
 
index 2272de7d05cc9866fdad00b02a6198e323755917..db7d2da2c7c4763a1cd69fba83d2877cdfbefd35 100644 (file)
@@ -5,7 +5,7 @@ project_level 3
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory -lf_console -lf_conversion -lf_print -lf_file -lfl_fss -lfl_console -lfl_file -lfl_strings -lfl_colors -lfl_directory -lfll_execute -lfll_fss -lfll_colors -lf_pipe
index 8a2f0c29c3b723bca1c215981d387bab9ce238f6..8e0dd380476cec24cfaae77ad0d3edf0179068a8 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 29c24d6974c1c25c45b66ce4828f0224260fa234..b5eec6edda47f1782b7979d42b76850f48a1c512 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
@@ -37,8 +37,8 @@ extern "C"{
 
 #ifndef _di_fss_extended_write_version_
   #define fss_extended_write_major_version "0"
-  #define fss_extended_write_minor_version "3"
-  #define fss_extended_write_micro_version "0"
+  #define fss_extended_write_minor_version "4"
+  #define fss_extended_write_micro_version "2"
   #define fss_extended_write_version fss_extended_write_major_version "." fss_extended_write_minor_version "." fss_extended_write_micro_version
 #endif // _di_fss_extended_write_version_
 
index 9062b9be1df028fdad545c371e49493b3a2f8b6c..500940c9efa5621a899506e5d07e11f446963506 100644 (file)
@@ -5,7 +5,7 @@ project_level 3
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lf_file -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss -lfl_file
index f3e88236946f97cc1439ebd01a9d3064c3e51a13..2f4a7e2d4a74010049d736bde6fb2033e8b104fe 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 51ec7ea617e890c3f881530743627a74f569f654..a76e2a64b83d920729132e2b5b2628df31d2a8bf 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
@@ -37,8 +37,8 @@ extern "C"{
 
 #ifndef _di_fss_return_code_version_
   #define fss_return_code_major_version "0"
-  #define fss_return_code_minor_version "3"
-  #define fss_return_code_micro_version "0"
+  #define fss_return_code_minor_version "4"
+  #define fss_return_code_micro_version "2"
   #define fss_return_code_version fss_return_code_major_version "." fss_return_code_minor_version "." fss_return_code_micro_version
 #endif // _di_fss_return_code_version_
 
index a5c950f282a4dc9db95caca812494440790d9c3a..481a8752c57fc4f90b34cc00ce74189b7bf2bb62 100644 (file)
@@ -5,7 +5,7 @@ project_level 3
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lfl_colors -lfll_colors -lfl_errors -lfl_fss -lfll_fss
index ed70dd12397059066c70a749eea1acd0b38cc333..f95d060d619f2922db6cde0ac67c17c5f94a9a42 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index b80894feebd7bb516d6249789554ff9133549499..eceeb3dda4853a1b685f54dc53d06b38b4d67ce0 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.4.x
+ * Version:       0.4.2
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
@@ -36,8 +36,8 @@ extern "C"{
 
 #ifndef _di_return_code_version_
   #define return_code_major_version "0"
-  #define return_code_minor_version "3"
-  #define return_code_micro_version "0"
+  #define return_code_minor_version "4"
+  #define return_code_micro_version "2"
   #define return_code_version return_code_major_version "." return_code_minor_version "." return_code_micro_version
 #endif // _di_return_code_version_
 
index f553dc8c8c28d8406b19d85312059a5435a5c567..ccfc7818a1e98334dce5ad97f9c6171cc03d01bd 100644 (file)
@@ -5,7 +5,7 @@ project_level 3
 
 version_major 0
 version_minor 4
-version_micro 0
+version_micro 2
 
 build_compiler gcc
 build_libraries -lc  -lf_memory -lf_console -lfl_console -lf_conversion -lf_pipe -lf_print -lfl_colors -lfll_colors -lfl_errors