aboutsummaryrefslogtreecommitdiffstats
path: root/udptl.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-20 01:25:12 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-20 01:25:12 +0000
commitd8635a80c65d4063e268a296df0a14c5b60c1d2f (patch)
treebc868f50428fed00f884840fc44830a2dbd60d7c /udptl.c
parent9c55f6ab591e2e5360f89a1ebaa79fe35e4297f2 (diff)
fix version reporting (issue #6292)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8324 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'udptl.c')
-rw-r--r--udptl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/udptl.c b/udptl.c
index ec5e2ce30..528ff4ace 100644
--- a/udptl.c
+++ b/udptl.c
@@ -4,7 +4,7 @@
* UDPTL support for T.38
*
* Copyright (C) 2005, Steve Underwood, partly based on RTP code which is
- * Copyright (C) 1999-2004, Digium, Inc.
+ * Copyright (C) 1999-2006, Digium, Inc.
*
* Steve Underwood <steveu@coppice.org>
*
@@ -29,7 +29,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision: 8038 $")
#include "asterisk/udptl.h"
#include "asterisk/frame.h"