aboutsummaryrefslogtreecommitdiffstats
path: root/make_version_h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 11:57:50 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 11:57:50 +0000
commit2731a2dd1033ee0fd6a2e1d0a61bb85b5245b227 (patch)
tree4882cb542d38d4f7a8ea362428313bdb7e85ee5e /make_version_h
parent1d0c88f7f06401682a4e7feda499c9d5b40461cd (diff)
add missing files from bug #4116 commit
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5857 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'make_version_h')
-rwxr-xr-xmake_version_h10
1 files changed, 10 insertions, 0 deletions
diff --git a/make_version_h b/make_version_h
new file mode 100755
index 000000000..f0e81f70a
--- /dev/null
+++ b/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