summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rwxr-xr-xloadbars2
2 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 3d8e545..c493564 100644
--- a/README
+++ b/README
@@ -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.
diff --git a/loadbars b/loadbars
index 9431ae5..ff7e1b7 100755
--- a/loadbars
+++ b/loadbars
@@ -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',