diff options
| -rw-r--r-- | README | 2 | ||||
| -rwxr-xr-x | loadbars.pl | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -11,6 +11,8 @@ For a changelog see CHANGELOG For a list of all known bugs see BUGS +Supported platforms are: Linux and FreeBSD (the latter with linprocfs mounted) + Versioning schema: a.b.c[.d], where d = Optional, bugfixes only release c = Minor release (new features or minor code refactoring) 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), |
