]> Kevux Git Server - fll/commitdiff
Update: switch to 0.3.x version 0.3.x
authorKevin Day <kevin@kevux.org>
Wed, 7 Mar 2012 23:53:34 +0000 (17:53 -0600)
committerKevin Day <kevin@kevux.org>
Wed, 7 Mar 2012 23:53:34 +0000 (17:53 -0600)
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.

39 files changed:
build/scripts/generate.sh
level_0/f_colors/c/colors.h
level_0/f_console/c/console.c
level_0/f_console/c/console.h
level_0/f_conversion/c/conversion.c
level_0/f_conversion/c/conversion.h
level_0/f_errors/bash/errors.sh
level_0/f_errors/c/errors.h
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_fss/c/fss.h
level_0/f_memory/c/memory.c
level_0/f_memory/c/memory.h
level_0/f_output/c/output.c
level_0/f_output/c/output.h
level_0/f_serialized/c/serialized.h
level_0/f_strings/c/strings.h
level_0/f_types/c/types.h
level_1/fl_colors/bash/colors.sh
level_1/fl_colors/c/colors.c
level_1/fl_colors/c/colors.h
level_1/fl_console/c/console.c
level_1/fl_console/c/console.h
level_1/fl_directory/c/directory.c
level_1/fl_directory/c/directory.h
level_1/fl_execute/c/execute.c
level_1/fl_execute/c/execute.h
level_1/fl_file/c/file.c
level_1/fl_file/c/file.h
level_1/fl_serialized/c/serialized.c
level_1/fl_serialized/c/serialized.h
level_1/fl_strings/c/strings.c
level_1/fl_strings/c/strings.h
level_2/fll_colors/c/colors.c
level_2/fll_colors/c/colors.h
level_3/fss_basic_read/c/fss_basic_read.c
level_3/fss_basic_read/c/fss_basic_read.h
level_3/fss_extended_read/c/fss_extended_read.c
level_3/fss_extended_read/c/fss_extended_read.h

index 3289ff35e80b79a855e8ec8e7dc8b6094ed82c89..135276443c0dd96ce30635e4e8b004e2ebb44646 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.2.0
+  local version=0.3.x
 
   local grab_next=
   local do_color=normal
index dc258070f64c4df5e3b123dca91356915c94ac00..158c1b4cad1d045d1f5f5dd8473997871e189a59 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Colors
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index ed634c2bb55e423cdc8a5abc6cc3ecc864bd20f5..d20f2588e1518325688883d7ce9dc1bfb722b3cd 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Console
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 130ec75304926b0c6017feb6f28827ab811e1ff1..96f33e6f567e438c9546bb6472b278c2b31d1804 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Console
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 876fa15bd27866dd07f7be5409e094ae3ba4cf09..391dbe3eef73b8ae213b94d9032ac7d6877d0930 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Conversion
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index db77aef73c3867945293990465dadb4902e075aa..005a8f1e9552ac0566efd48435208f2cd677b171 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Conversion
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 1ff7203c2290541c85303a919f0a57551800f96b..5705425b043f7e4a7436fa8d5ef05283b5dc41ab 100644 (file)
@@ -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
index 0f70729c5713f4483b6370d876becab2c1e96ee1..aacb502c8ad020aacafb9b76da87b277316148e1 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Errors
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 2c64caf96dd4147315ec73f75b8d72b0a6d2bb8e..b2bc8060b3530b61e72612b4f8938298b60119e6 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       File
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 88be1570954a0a0cf8574fc8dab7779e25d75d76..2c7d87d5a5fa993edd6f3b4b2afe3b37e8b532c0 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       File
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 3c9b97798a5cc7b051d8d3ae3380072bdf9e94e9..63ec9b74c30be5b7633a6b92fa6a877e8df67ada 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       FSS
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index cadd490217f8c405b1e6a87e41b370cbb75c9b36..a242dea54f9fd63e18c5b23c96745273545c7e4e 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Memory
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 3fd2b24e454d8f0829630b1a0e9e03b9c603a773..1b466b5a5d57b897670cec381fd59c72611809af 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Memory
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index a19fc384ce183c5c09151a0371b2823f60a9f392..809a3b6ceac42595aecd10c742c30cbd0fcb5e50 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Output
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index facf92cc8c224b068919998b439bfdd0065f4161..18582b96708b37f11a0e10736e3e9b66f76f9924 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Output
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index aab4407db8e2ceff0cda8424bb932f8fe5d7abb6..9d5effb7c923b0ead5f3c8ce84f2f470db7083e7 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Serialized
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index ec60f4dee0c4a659b589edb62d8cc81e24ff3f8f..74abe5400efb8a2e0d8f1aec9755c184af48a172 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Strings
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index bf2f4f80da298ef17c49b713b0884a9b793b6e05..dad5ce4bafc9baff9bde77617869639807009d64 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 0
  * Project:       Types
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 396e8dcc73e381ff00c3e87cd50674e4e572366f..a19a17b03f5987b3c4f0455a5c29e005ee47a31d 100644 (file)
@@ -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)
index ff199eaf59fe17ca27a9793312f8c4a0f5ea59fb..379b7a763d848bf5c41b6744263d141ae4d51993 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Colors
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 24cad504a817d1d5056975e9c959e291e14e0bf4..68fdfba3ef1cd403263e7112c88b7532def9f222 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Colors
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 99f63ecf80cd6ea43950c6c69cf62ff0b48cf99f..b06d3493fb1075abe158f7dc78f14def9f4a300c 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Console
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index e9f0b01141af1ecb5fb1633c910212bda4e40a61..6d69b45b97965b1fed03225d59d6377ba7aebf33 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Console
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index f1dab132a1c750274a2392f89c85bb2a52052128..2cab81ea3ea060a29f9acbc51a7c0207ec69115c 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Directory
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 7d51c38dc758a5dd8c6d02c188321b7837bb028d..f5d3fd5210aa19092bf3e4381d13d9fc46a8c018 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Directory
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 6d380432bfb627e622a63093fcbb01448a8a37dd..42351e74ce13f3905c1b5316c372165bdfc54e20 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Execute
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 332513286dd08ea8fbb7d8e5740ae140975a313b..9bc8b4b03f991a06894298a8784e3397ef7b85ea 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Execute
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 42831d0e4999fa79cf51881fe06d7ed4818906f2..d18cc0fa01c4a9e319e3b37453b59332a0b999c7 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       File
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index a442ca43c8c2c347943ad2033391ca1678543537..e3bf01caf4484ab0f0f3126d5fa3f48891b29753 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       File
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index cb13514242cf7eb8b1618573d4f3f6101a2b129c..e9db2210817329ea39444b7c356140787dffcd98 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Serialized
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 978b0f27df71f62e83777fce6319d3c26579c094..1992450147482d18e704cf7fcd0eb5abe39cebb3 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Serialized
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 2c85d132ae8173a36ffcf9f4e5803e01a42d2667..b1003fd016fb8f561af13fb12625a97e4578a6a0 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Strings
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 3610e58c1e48f3002bd154846dbd3adeadce1128..7757428f6fc6c3d2a4806d714b298d3b865734f8 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 1
  * Project:       Strings
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 826bc0a97bf49c33bc2b5b4d488c6b1896ee6f10..25588516c28423b788e3a36eef7a68f059f803d2 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       Colors
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 6c42a4440c1a99a29ad4a31acd22f069ebc3a2b5..422e1156be4effd9674a60efc14458bba0801156 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 2
  * Project:       Colors
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index 189199408bfd1d64b7d0f41f54b4c570606e2205..58aa8a970f7b457917712bfc23e5302bb7dc615d 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 30c9c06c7775f57d57b7b66c9b3439b6e687db56..630caf8733d5f7628b39596e2decb0b95962ba8e 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation:
index c84783e1cb8c6840f3333dd120e1c0936750ef1c..a4be74e54bc36517d4f0a03d67ccb9d8545db5ea 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  */
index 4ca5b8b13e515297594dc8baf9b79573ac03b946..c7612995e2b2d7c983c98943d3ad155c6b7044a3 100644 (file)
@@ -1,6 +1,6 @@
 /* FLL - Level 3
  * Project:       FSS
- * Version:       0.2.0
+ * Version:       0.3.x
  * Licenses:      lgplv2.1
  * Programmers:   Kevin Day
  * Documentation: