summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-02-26 20:02:14 +0000
committerRussell Bryant <russell@russellbryant.com>2008-02-26 20:02:14 +0000
commit0036cde5f3139a85d42448c1167808d22ccf0e76 (patch)
tree1954005f37822572391a7aaa1ebf59d64370fe24 /build_tools
parent2a7eac9940db9041bf015b178d3841ea0bc9eba5 (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: https://origsvn.digium.com/svn/asterisk/trunk@104244 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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}";