From c78b29cb1166a82c475e885f8d98ed8a26b48e0a Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 11 Apr 2010 22:04:01 +0000 Subject: [PATCH] Add ASTERISK_FILE_VERSION() macro git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@256745 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- tests/test_pbx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_pbx.c b/tests/test_pbx.c index af23756018..19c7d19f25 100644 --- a/tests/test_pbx.c +++ b/tests/test_pbx.c @@ -31,6 +31,9 @@ ***/ #include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include "asterisk/module.h" #include "asterisk/pbx.h" #include "asterisk/test.h" -- 2.47.2