diff options
| author | Paul Buetow <paul@buetow.org> | 2011-08-12 19:50:47 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-08-12 19:50:47 +0000 |
| commit | b062a1055ebf8bcecfe8c4bb88ea076c7161e5c5 (patch) | |
| tree | 69344bd6141616b7dfd1583400bcd7ab4bc86be7 /loadbars.pl | |
| parent | 95fc9c406c8d4961ed6593f9c48c7559ecf99056 (diff) | |
Updated the documentation
Diffstat (limited to 'loadbars.pl')
| -rwxr-xr-x | loadbars.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loadbars.pl b/loadbars.pl index 4226c4d..186b20a 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -26,7 +26,7 @@ use threads::shared; use constant { DEPTH => 8, - VERSION => 'loadbars v0.2.1', + VERSION => 'loadbars v0.2.1.1-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), |
