summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rwxr-xr-xloadbars2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2cc4235..c50f79d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+Tue Dec 27 12:28:40 CET 2011
+* Released v0.3.1
* --cluster option (which reads the ClusterSSH config file /etc/clusters/)
also supports clusters of clusters. e.g.:
$ cat /etc/clusters
diff --git a/loadbars b/loadbars
index 70df6e8..1995bb0 100755
--- a/loadbars
+++ b/loadbars
@@ -26,7 +26,7 @@ use threads::shared;
use constant {
DEPTH => 8,
- VERSION => 'loadbars v0.3.1-devel',
+ VERSION => 'loadbars v0.3.1',
Copyright => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>',
CSSH_CONFFILE => '/etc/clusters',
CSSH_MAX_RECURSION => 10,