summaryrefslogtreecommitdiff
path: root/build_tools/make_version_h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-12-17 02:04:05 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-12-17 02:04:05 +0000
commit75bd8002ca67e6e26d8a5ad13d53a62f9de8810c (patch)
tree55ab2c637dfc5ed17fbd0b48c512de387b2041e0 /build_tools/make_version_h
parent46e75858814f00f8625f08574e754482c0847717 (diff)
add version and echo canceller selection reporting when zaptel module is loaded
make 'update' target work like the Asterisk one and report conflicts git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@865 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'build_tools/make_version_h')
-rwxr-xr-xbuild_tools/make_version_h9
1 files changed, 9 insertions, 0 deletions
diff --git a/build_tools/make_version_h b/build_tools/make_version_h
new file mode 100755
index 0000000..01d9c31
--- /dev/null
+++ b/build_tools/make_version_h
@@ -0,0 +1,9 @@
+#!/bin/sh
+cat << END
+/*
+ * version.h
+ * Automatically generated
+ */
+#define ZAPTEL_VERSION "${ZAPTELVERSION}"
+
+END