summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-05 21:50:33 +0000
committerPaul Buetow <paul@buetow.org>2011-08-05 21:50:33 +0000
commitb724e180b17722f620c4a79ab6ccd91924b18869 (patch)
treee3fde383733f9d7062b8263b09e3e77c453dbd07
parent5c93f97653c3003066a486478a6085d3e5787364 (diff)
Minor fixes0.1.3.1
-rwxr-xr-xloadbars.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/loadbars.pl b/loadbars.pl
index 9de5ff1..aa1b46d 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -51,7 +51,7 @@ use threads::shared;
use constant {
DEPTH => 8,
PROMPT => 'loadbars> ',
- VERSION => 'loadbars v0.1.3',
+ VERSION => 'loadbars v0.1.3.1',
COPYRIGHT => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>',
NULL => 0,
MSG_TOGGLE_TXT => 1,
@@ -73,7 +73,7 @@ use constant {
USER_YELLOW0 => 50,
# For developing or other debugging purporses
- DEBUG => 1,
+ DEBUG => 0,
};
$| = 1;