summaryrefslogtreecommitdiff
path: root/loadbars.pl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-12 19:34:25 +0000
committerPaul Buetow <paul@buetow.org>2011-08-12 19:34:25 +0000
commit65d54b3c6f7b4a975e602ed5da85440b57f855d9 (patch)
treea1c4dcbb3f4198f775fb5caef61f27a49da856a2 /loadbars.pl
parent6d0ee4e8e933995025c752fed2732f3f319905eb (diff)
Tagged v0.2.1
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 8cc8a72..4226c4d 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -26,7 +26,7 @@ use threads::shared;
use constant {
DEPTH => 8,
- VERSION => 'loadbars v0.2.1-devel',
+ VERSION => 'loadbars v0.2.1',
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),