diff options
| -rw-r--r-- | WISHLIST | 1 | ||||
| -rwxr-xr-x | loadbars.pl | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -2,6 +2,5 @@ * Dynamic/online resizing of the window * Rudimentary support for /etc/clusters, the Cluster-SSH configuration file * Adding and removing hosts online -* Toggle cpu core vs. hostname vs. nothing option * .deb for Debian and Ubuntu * Allow sshusername@hostname in --hosts diff --git a/loadbars.pl b/loadbars.pl index 9136911..1b556cd 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -26,7 +26,7 @@ use threads::shared; use constant { DEPTH => 8, - VERSION => 'loadbars v0.2.2', + VERSION => 'loadbars v0.2.2-master', Copyright => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>', BLACK => SDL::Color->new(-r => 0x00, -g => 0x00, -b => 0x00), BLUE => SDL::Color->new(-r => 0x00, -g => 0x00, -b => 0xff), |
