diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-02-10 08:22:11 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-02-10 08:22:11 -0500 |
commit | c825685cf5b4214ce86ed5c18c321a1e6f7daba8 (patch) | |
tree | be4371a1bc80917f821e5649e2e2d89a1bde82bf | |
parent | 06e016176040d31b917dd5c875ae492823535c82 (diff) | |
download | deheader-c825685cf5b4214ce86ed5c18c321a1e6f7daba8.tar.gz deheader-c825685cf5b4214ce86ed5c18c321a1e6f7daba8.tar.bz2 deheader-c825685cf5b4214ce86ed5c18c321a1e6f7daba8.tar.xz deheader-c825685cf5b4214ce86ed5c18c321a1e6f7daba8.zip |
Time for a point release.0.6
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | deheader | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ deheader project news -0.6 +0.6 @ 2011-02-10 Add the return-status macros from sys/wait.h to the portability list. 0.5 @ 2010-12-22 @@ -35,7 +35,7 @@ BATON_DEBUG = 1 PROGRESS_DEBUG = 2 COMMAND_DEBUG = 3 -version = "0.5" +version = "0.6" # Difference in various compiler implementations and OSes mean that for cross- # platform compatibility you sometimes want to leave "unneeded" headers alone |