diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | deheader | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 @@ -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 |