summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:43:10 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:43:10 +0000
commite87e5c912e690d1e89b91bfc59fcad9438484639 (patch)
tree30217c51c3fa09aefe63f603771ab20cd93b67b4 /build_tools
parent56e62e55f3d7adaf434b5dc90be323a0ec2b56c1 (diff)
add version string to all tools, visible using "strings" for now
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4346 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_version_h3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/make_version_h b/build_tools/make_version_h
index 772c8cf..f65fdd0 100755
--- a/build_tools/make_version_h
+++ b/build_tools/make_version_h
@@ -4,6 +4,7 @@ cat << END
* version.h
* Automatically generated
*/
-#define TOOLS_VERSION "${TOOLSVERSION}"
+
+static const char tools_version[] = "DAHDI Tools Version - ${TOOLSVERSION}";
END