summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (mars) <paul@buetow.org>2011-12-26 14:34:15 +0100
committerPaul Buetow (mars) <paul@buetow.org>2011-12-26 14:34:15 +0100
commit185b30b4012e854a88770e5031177220758c3b02 (patch)
treed0175cd6185aef78c6500b451148d40f604890e5
parent893d719c63a5489e8f3f1cf8d552f8c28b232098 (diff)
release v0.3.0
-rwxr-xr-xloadbars2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadbars b/loadbars
index 84b8c10..b212f5c 100755
--- a/loadbars
+++ b/loadbars
@@ -26,7 +26,7 @@ use threads::shared;
use constant {
DEPTH => 8,
- VERSION => 'loadbars v0.2.3-devel',
+ VERSION => 'loadbars v0.3.0',
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),