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