diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rwxr-xr-x | loadbars.pl | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +So 7. Aug 14:06:45 CEST 2011 +* Released v0.2.0.1 (Bugfixes only) + Sa 6. Aug 22:04:15 CEST 2011 * Released v0.2.0 (new major version) * No interactive CLI shell anymore but instead hotkeys for the 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), |
