summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (mars) <paul@buetow.org>2011-12-26 14:40:14 +0100
committerPaul Buetow (mars) <paul@buetow.org>2011-12-26 14:40:14 +0100
commit90d2dccee1583fc904de216a3f21d4c37f598d45 (patch)
tree1e1486fa16ea305488e65920fd5dbf57c06d8a49
parentbce705ca3cbe510f24826bdfcc193a3880ccdc39 (diff)
It is now -master
-rwxr-xr-xloadbars2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadbars b/loadbars
index b212f5c..d014f8b 100755
--- a/loadbars
+++ b/loadbars
@@ -26,7 +26,7 @@ use threads::shared;
use constant {
DEPTH => 8,
- VERSION => 'loadbars v0.3.0',
+ VERSION => 'loadbars v0.3.0-master',
Copyright => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>',
BLACK => SDL::Color->new(-r => 0x00, -g => 0x00, -b => 0x00),
BLUE => SDL::Color->new(-r => 0x00, -g => 0x00, -b => 0xff),