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 c5cd689..2788a83 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
deheader project news
+1.3 @ 2016-01-12
+ When compilation fails, also try it directly inside subdirectories.
+
1.2 @ 2015-07-18
Notice preprocessor directives with whitespace after the hash-mark
diff --git a/deheader b/deheader
index 8eaf329..168b05c 100755
--- a/deheader
+++ b/deheader
@@ -37,7 +37,7 @@ BATON_DEBUG = 1
PROGRESS_DEBUG = 2
COMMAND_DEBUG = 3
-version = "1.2"
+version = "1.3"
# Difference in various compiler implementations and OSes mean that for cross-
# platform compatibility you sometimes want to leave "unneeded" headers alone