summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xdeheader2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d74e46e..96a632c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
deheader project news
+1.1 @ 2015-01-26
+ Allow --version on the command line. Fix up the regression tests.
+
1.0 @ 2014-06-03
Added --quiet option.
diff --git a/deheader b/deheader
index 6c0d729..aae280d 100755
--- a/deheader
+++ b/deheader
@@ -36,7 +36,7 @@ BATON_DEBUG = 1
PROGRESS_DEBUG = 2
COMMAND_DEBUG = 3
-version = "1.0"
+version = "1.1"
# Difference in various compiler implementations and OSes mean that for cross-
# platform compatibility you sometimes want to leave "unneeded" headers alone