diff options
| author | Paul Buetow (mars) <paul@buetow.org> | 2011-12-26 14:34:15 +0100 |
|---|---|---|
| committer | Paul Buetow (mars) <paul@buetow.org> | 2011-12-26 14:34:15 +0100 |
| commit | 185b30b4012e854a88770e5031177220758c3b02 (patch) | |
| tree | d0175cd6185aef78c6500b451148d40f604890e5 | |
| parent | 893d719c63a5489e8f3f1cf8d552f8c28b232098 (diff) | |
release v0.3.0
| -rwxr-xr-x | loadbars | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ use threads::shared; use constant { DEPTH => 8, - VERSION => 'loadbars v0.2.3-devel', + VERSION => 'loadbars v0.3.0', 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), |
