summaryrefslogtreecommitdiff
path: root/loadbars.pl
diff options
context:
space:
mode:
authorPaul Buetow (mars) <paul@buetow.org>2011-11-28 10:25:48 +0100
committerPaul Buetow (mars) <paul@buetow.org>2011-11-28 10:25:48 +0100
commite67c230baea2e901a2ab610fe171edd1a6e65b6b (patch)
tree7b44b53e8b3e6b9b850f3a231b56c707f527aa6d /loadbars.pl
parentad177299b7db4e6129d9cb2bb118fdbf836f919a (diff)
0.2.3-devel
Diffstat (limited to 'loadbars.pl')
-rwxr-xr-xloadbars.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadbars.pl b/loadbars.pl
index 96d75d2..c1c7650 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -26,7 +26,7 @@ use threads::shared;
use constant {
DEPTH => 8,
- VERSION => 'loadbars v0.2.2-devel',
+ VERSION => 'loadbars v0.2.3-devel',
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),