summaryrefslogtreecommitdiff
path: root/loadbars.pl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-07 12:08:29 +0000
committerPaul Buetow <paul@buetow.org>2011-08-07 12:08:29 +0000
commita9e10717b1e1dad4f27273858eeaf4196ec4e6b8 (patch)
tree9e5464df17b09e079ddf2e411b2a43dc8a7e241a /loadbars.pl
parent540230a24069f96d55ddb7b82c3a680a739f7ee3 (diff)
Released v0.2.0.1 bugfix release
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 c650bd3..5e06bb6 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -49,7 +49,7 @@ use threads::shared;
use constant {
DEPTH => 8,
- VERSION => 'loadbars v0.2.1-devel',
+ VERSION => 'loadbars v0.2.0.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),