summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xdeheader2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2c6aad3..5104d09 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@
0.2 @ 2010-12-02
Make the last line of output a statistical summary.
+ Document some limitations.
0.1 @ 2010-12-01
Initial release.
diff --git a/deheader b/deheader
index f3733eb..bc161f8 100755
--- a/deheader
+++ b/deheader
@@ -32,7 +32,7 @@ BATON_DEBUG = 1
PROGRESS_DEBUG = 2
COMMAND_DEBUG = 3
-version = "0.1"
+version = "0.2"
class Baton:
"Ship progress indications to stderr."