diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:40:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:40:16 +0000 |
commit | ce019318f4048c96ab28ffcb0312cb752b4f62ed (patch) | |
tree | 713c18233c7a6fbd48c830a274c659897ab21055 /include | |
parent | Initial commit. (diff) | |
download | traceroute-ce019318f4048c96ab28ffcb0312cb752b4f62ed.tar.xz traceroute-ce019318f4048c96ab28ffcb0312cb752b4f62ed.zip |
Adding upstream version 1:2.1.2.upstream/1%2.1.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/version.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/version.h b/include/version.h new file mode 100644 index 0000000..ddf3b06 --- /dev/null +++ b/include/version.h @@ -0,0 +1,9 @@ +/* + Copyright (c) 2006, 2007 Dmitry Butskoy + <buc@citadel.stu.neva.ru> + License: GPL v2 or any later + + See COPYING for the status of this software. +*/ + +#include "../VERSION" |