diff options
| author | Paul Buetow <paul@buetow.org> | 2012-03-16 07:27:10 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-03-16 07:27:10 +0100 |
| commit | 5978aee6db88bfcd57abe1ce8fc5e5a2f7dd6e24 (patch) | |
| tree | bc8d4c59471261a8d1c67ccb4f114a6a378bbd17 | |
| parent | ac7e2c7e0492e3e5f3f7f53bc3368f1a0595a9d4 (diff) | |
Docu fix
| -rw-r--r-- | README | 3 | ||||
| -rwxr-xr-x | loadbars | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -11,7 +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, +Supported platforms are: Linux + the latter may not have full functionality). For Linux at least a 2.6 Kernel is required. @@ -28,7 +28,7 @@ use threads; use threads::shared; use constant { - VERSION => 'loadbars v0.5.1.1', + VERSION => 'loadbars v0.5.1.1-master', COPYRIGHT => '2010-2012 (c) Paul Buetow <loadbars@mx.buetow.org>', CONFFILE => $ENV{HOME} . '/.loadbarsrc', CSSH_CONFFILE => '/etc/clusters', |
