aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 23:12:05 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 23:12:05 +0000
commitc8c2a68e9eb32fe45fc3b96a312877b30c9110d8 (patch)
treebda5f978032e0c3dd140cd3244edd42d902bf4b8
parent749fca7442c8ff4fefb0d6dae7ebd002bf7571df (diff)
fix version tag macro calls
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5869 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xastmm.c2
-rwxr-xr-xcdr/cdr_sqlite.c2
-rwxr-xr-xcdr/cdr_tds.c2
-rwxr-xr-xchannels/chan_h323.c2
-rwxr-xr-xchannels/chan_nbs.c2
-rwxr-xr-xchannels/chan_vpb.c2
-rwxr-xr-xcodecs/codec_g723_1.c2
-rwxr-xr-xcodecs/codec_speex.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/astmm.c b/astmm.c
index fe8f7fdbc..4cce43058 100755
--- a/astmm.c
+++ b/astmm.c
@@ -22,7 +22,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/cli.h"
#include "asterisk/logger.h"
diff --git a/cdr/cdr_sqlite.c b/cdr/cdr_sqlite.c
index acadb324e..1108c1023 100755
--- a/cdr/cdr_sqlite.c
+++ b/cdr/cdr_sqlite.c
@@ -22,7 +22,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/module.h"
diff --git a/cdr/cdr_tds.c b/cdr/cdr_tds.c
index 0887b8f5d..1cdb72f68 100755
--- a/cdr/cdr_tds.c
+++ b/cdr/cdr_tds.c
@@ -48,7 +48,7 @@ CREATE TABLE [dbo].[cdr] (
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/config.h"
#include "asterisk/options.h"
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index a44909859..2f5312005 100755
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -52,7 +52,7 @@ extern "C" {
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/logger.h"
diff --git a/channels/chan_nbs.c b/channels/chan_nbs.c
index 1c7277646..f298680c3 100755
--- a/channels/chan_nbs.c
+++ b/channels/chan_nbs.c
@@ -25,7 +25,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/channel.h"
diff --git a/channels/chan_vpb.c b/channels/chan_vpb.c
index 848c2b762..a4a2b2ba9 100755
--- a/channels/chan_vpb.c
+++ b/channels/chan_vpb.c
@@ -25,7 +25,7 @@ extern "C" {
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/utils.h"
diff --git a/codecs/codec_g723_1.c b/codecs/codec_g723_1.c
index 5cabede8a..54653cbd2 100755
--- a/codecs/codec_g723_1.c
+++ b/codecs/codec_g723_1.c
@@ -31,7 +31,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/translate.h"
diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c
index c067283b8..e65336d66 100755
--- a/codecs/codec_speex.c
+++ b/codecs/codec_speex.c
@@ -38,7 +38,7 @@ static int dtx = 0;
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/lock.h"
#include "asterisk/translate.h"