[asterisk-commits] trunk - r8324 /trunk/udptl.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Jan 19 18:25:14 MST 2006
Author: russell
Date: Thu Jan 19 19:25:12 2006
New Revision: 8324
URL: http://svn.digium.com/view/asterisk?rev=8324&view=rev
Log:
fix version reporting (issue #6292)
Modified:
trunk/udptl.c
Modified: trunk/udptl.c
URL: http://svn.digium.com/view/asterisk/trunk/udptl.c?rev=8324&r1=8323&r2=8324&view=diff
==============================================================================
--- trunk/udptl.c (original)
+++ trunk/udptl.c Thu Jan 19 19:25:12 2006
@@ -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 at 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"
More information about the asterisk-commits
mailing list