summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-03-16 07:27:10 +0100
committerPaul Buetow <paul@buetow.org>2012-03-16 07:27:10 +0100
commit5978aee6db88bfcd57abe1ce8fc5e5a2f7dd6e24 (patch)
treebc8d4c59471261a8d1c67ccb4f114a6a378bbd17
parentac7e2c7e0492e3e5f3f7f53bc3368f1a0595a9d4 (diff)
Docu fix
-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',