Skip to content
Snippets Groups Projects
Commit 02a9366a authored by Russell Bryant's avatar Russell Bryant
Browse files

Add ASTERISK_FILE_VERSION macro.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@248533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ecf4c97f
Branches
Tags
Loading
...@@ -16,13 +16,14 @@ ...@@ -16,13 +16,14 @@
* at the top of the source tree. * at the top of the source tree.
*/ */
/*! \file /*!
* * \file
* \brief Dynamic string tests * \brief Dynamic string tests
* *
* \author Mark Michelson <mmichelson@digium.com> * \author Mark Michelson <mmichelson@digium.com>
* *
* This module will run some dyanmic string tests. * This module will run some dyanmic string tests.
*
* \ingroup tests * \ingroup tests
*/ */
...@@ -31,6 +32,9 @@ ...@@ -31,6 +32,9 @@
***/ ***/
#include "asterisk.h" #include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/test.h" #include "asterisk/test.h"
#include "asterisk/utils.h" #include "asterisk/utils.h"
#include "asterisk/strings.h" #include "asterisk/strings.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment