diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rwxr-xr-x | loadbars.pl | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Fr 22. Apr 13:08:08 CEST 2011 +* Released v0.1.2.1 + Mi 20. Apr 08:37:49 CEST 2011 * Added ./BUGS which includes a summary of all current known bugs diff --git a/loadbars.pl b/loadbars.pl index 2d7051c..7b35510 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -51,7 +51,7 @@ use threads::shared; use constant { DEPTH => 8, PROMPT => 'loadbars> ', - VERSION => 'loadbars v0.1.3-devel', + VERSION => 'loadbars v0.1.2.1', COPYRIGHT => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>', NULL => 0, MSG_TOGGLE_TXT => 1, |
