diff options
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rwxr-xr-x | loadbars.pl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ Sa 6. Aug 22:04:15 CEST 2011 -* Released v0.2.0.0 (new major version) +* Released v0.2.0 (new major version) * No interactive CLI shell anymore but instead hotkeys for the SDL interface (press h and see). * Bugfixes (E.g. Loadbars does not hang anymore after typing commands) diff --git a/loadbars.pl b/loadbars.pl index 8d24866..c8ac5a1 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -51,7 +51,7 @@ use IO::Socket; use constant { DEPTH => 8, - VERSION => 'loadbars v0.2.0.0-devel', + VERSION => 'loadbars v0.2.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), |
