aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-26 20:02:14 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-26 20:02:14 +0000
commitd5b06adda96fb89bac61e94e86d8292984d24037 (patch)
tree1954005f37822572391a7aaa1ebf59d64370fe24 /build_tools
parent1c9e1d5b2e00b34755f2f198e59fd4e1f8c18657 (diff)
Rename version.h to ast_version.h. Next, I will be re-adding version.h as an
automatically generated file like it used to be. This still needs to be there for modules that have to check it to compile against multiple asterisk versions. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@104244 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_version_c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_version_c b/build_tools/make_version_c
index 291290ddd..018fc6e88 100755
--- a/build_tools/make_version_c
+++ b/build_tools/make_version_c
@@ -14,7 +14,7 @@ cat << END
#include "asterisk.h"
-#include "asterisk/version.h"
+#include "asterisk/ast_version.h"
static const char asterisk_version[] = "${ASTERISKVERSION}${EXTRA}";