summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
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