Add ASTERISK_FILE_VERSION macro.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@248533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Russell Bryant 15 years ago
parent ecf4c97f83
commit 02a9366aed

@ -16,13 +16,14 @@
* at the top of the source tree.
*/
/*! \file
*
/*!
* \file
* \brief Dynamic string tests
*
* \author Mark Michelson <mmichelson@digium.com>
*
* This module will run some dyanmic string tests.
*
* \ingroup tests
*/
@ -31,6 +32,9 @@
***/
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/test.h"
#include "asterisk/utils.h"
#include "asterisk/strings.h"

Loading…
Cancel
Save