mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
fix version reporting (issue #6292)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
udptl.c
4
udptl.c
@@ -4,7 +4,7 @@
|
|||||||
* UDPTL support for T.38
|
* UDPTL support for T.38
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005, Steve Underwood, partly based on RTP code which is
|
* 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>
|
* Steve Underwood <steveu@coppice.org>
|
||||||
*
|
*
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
|
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 8038 $")
|
||||||
|
|
||||||
#include "asterisk/udptl.h"
|
#include "asterisk/udptl.h"
|
||||||
#include "asterisk/frame.h"
|
#include "asterisk/frame.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user