diff options
| author | Paul Buetow (mars) <paul@buetow.org> | 2011-12-26 15:04:07 +0100 |
|---|---|---|
| committer | Paul Buetow (mars) <paul@buetow.org> | 2011-12-26 15:04:07 +0100 |
| commit | 2e4329ceec29f9ca1ad9347268a0d76f1446a260 (patch) | |
| tree | 5336b07de3a88d87daa9a6a6ab392ae95d3af28e | |
| parent | 4358907c9cfb76be59d4f33dea7d8ec996ce768f (diff) | |
It is now -devel
| -rwxr-xr-x | loadbars | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ use threads; use threads::shared; use constant { - DEPTH => 8, - VERSION => 'loadbars v0.3.0', + DEPTH => 8, + VERSION => 'loadbars v0.3.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), |
