aboutsummaryrefslogtreecommitdiffstats
path: root/jitterbuf.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 20:27:51 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-06 20:27:51 +0000
commitb2cbb6a75dfc8ea70554192ea223c3bd5dd52ed8 (patch)
tree2caa31e5bbb676cf8588f73516608ecef258757b /jitterbuf.c
parent2d6a1fbb231a5e8e082a2172a31d8def4a6e9607 (diff)
remove experimental module version tags
add per-file revision tags and 'show version files' CLI command git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5864 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'jitterbuf.c')
-rwxr-xr-xjitterbuf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/jitterbuf.c b/jitterbuf.c
index 2ffa143f7..3b69e5151 100755
--- a/jitterbuf.c
+++ b/jitterbuf.c
@@ -17,6 +17,10 @@
#include <stdlib.h>
#include <string.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "jitterbuf.h"
/* define these here, just for ancient compiler systems */