aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/make_version_h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-20 17:26:08 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-20 17:26:08 +0000
commite4c73c5b8de4a71f0e82076318a0163936655a8c (patch)
tree7abe726fc569e7bbe5238af2a0f2211012084597 /build_tools/make_version_h
parentbbd60b12e592138fe3eaa7dd84dc44728f6fc32a (diff)
move tools used during build into build_tools subdirectory
clean up Makefile headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5942 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools/make_version_h')
-rwxr-xr-xbuild_tools/make_version_h10
1 files changed, 10 insertions, 0 deletions
diff --git a/build_tools/make_version_h b/build_tools/make_version_h
new file mode 100755
index 000000000..f0e81f70a
--- /dev/null
+++ b/build_tools/make_version_h
@@ -0,0 +1,10 @@
+#!/bin/sh
+cat << END
+/*
+ * version.h
+ * Automatically generated
+ */
+#define ASTERISK_VERSION "${ASTERISKVERSION}"
+#define ASTERISK_VERSION_NUM ${ASTERISKVERSIONNUM}
+
+END