diff options
| author | Paul Buetow <paul@buetow.org> | 2011-04-22 10:09:03 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-04-22 10:09:03 +0000 |
| commit | 0a8124e6ddcd3ba4a119dc2585a5b6c1880eb316 (patch) | |
| tree | 52253232091972c9510d7a932a1864c721599202 | |
| parent | 179352f6357605a37b3d653d192cfd0a96a89b6a (diff) | |
tagged 0.1.2.10.1.2.1
| -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, |
