diff options
| -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', |
