aboutsummaryrefslogtreecommitdiffstats
path: root/1.2-netsec/build_tools/make_version_h
diff options
context:
space:
mode:
Diffstat (limited to '1.2-netsec/build_tools/make_version_h')
-rwxr-xr-x1.2-netsec/build_tools/make_version_h10
1 files changed, 0 insertions, 10 deletions
diff --git a/1.2-netsec/build_tools/make_version_h b/1.2-netsec/build_tools/make_version_h
deleted file mode 100755
index f0e81f70a..000000000
--- a/1.2-netsec/build_tools/make_version_h
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-cat << END
-/*
- * version.h
- * Automatically generated
- */
-#define ASTERISK_VERSION "${ASTERISKVERSION}"
-#define ASTERISK_VERSION_NUM ${ASTERISKVERSIONNUM}
-
-END