mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Add ASTERISK_FILE_VERSION macro.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@248533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user