aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 22:12:19 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 22:12:19 +0000
commit6f0f46299c012f00eada2e4f504a52eb0cbd3040 (patch)
treecf4d39e2fe550722cbe4552cccd0cf5a511730e9 /cdr
parent09f3094700013cd98ad62e36384942be94348225 (diff)
more file version tags
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr')
-rwxr-xr-xcdr/cdr_csv.c2
-rwxr-xr-xcdr/cdr_custom.c2
-rwxr-xr-xcdr/cdr_manager.c2
-rwxr-xr-xcdr/cdr_odbc.c2
-rwxr-xr-xcdr/cdr_pgsql.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/cdr/cdr_csv.c b/cdr/cdr_csv.c
index ec995a675..bcf20fead 100755
--- a/cdr/cdr_csv.c
+++ b/cdr/cdr_csv.c
@@ -18,7 +18,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c
index e524d71c3..d35e3eef2 100755
--- a/cdr/cdr_custom.c
+++ b/cdr/cdr_custom.c
@@ -18,7 +18,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
diff --git a/cdr/cdr_manager.c b/cdr/cdr_manager.c
index c529d05e1..3aa9afdc0 100755
--- a/cdr/cdr_manager.c
+++ b/cdr/cdr_manager.c
@@ -15,7 +15,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
diff --git a/cdr/cdr_odbc.c b/cdr/cdr_odbc.c
index feed26a18..78971d4d0 100755
--- a/cdr/cdr_odbc.c
+++ b/cdr/cdr_odbc.c
@@ -25,7 +25,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/config.h"
#include "asterisk/options.h"
diff --git a/cdr/cdr_pgsql.c b/cdr/cdr_pgsql.c
index 7039e72cc..99828ea30 100755
--- a/cdr/cdr_pgsql.c
+++ b/cdr/cdr_pgsql.c
@@ -26,7 +26,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/config.h"
#include "asterisk/options.h"