minor updates to comments.
[feisty_meow.git] / production / feisty_meow_config.ini
old mode 100644 (file)
new mode 100755 (executable)
index 4d5fa60..b3060e8
@@ -3,7 +3,7 @@
 # specifies the version of the code that is being constructed here.
 major=2
 minor=140
-revision=1
+revision=50
 build=0
 
 # specifies the remainder of the version record info.
@@ -15,9 +15,10 @@ web_site=http://feistymeow.org
 
 # some settings that affect how the code is generated.
 
-# if DEBUG or NOISY are non-empty, the libraries are built with more debugging information.
+# if DEBUG is not empty, then code is built with more debugging information.
 DEBUG=t
-#NOISY=t
+# if NOISY is non-empty, there will be more information emitted during builds.
+NOISY=t
 
 # if this is turned on, then all warnings are turned on and they are
 # considered errors.