Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@235904 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2009-12-21 18:51:17 +00:00
parent 128e4022d0
commit ef9be94b35
20 changed files with 193 additions and 193 deletions

View File

@@ -264,7 +264,7 @@ int __ast_string_field_init(struct ast_string_field_mgr *mgr, struct ast_string_
* also allocate space for the stringfields and initialize the stringfield management
* structure embedded in the outer structure.
*
* \since 1.6.3
* \since 1.8
*/
#define ast_calloc_with_stringfields(n, type, size) \
__ast_calloc_with_stringfields(n, sizeof(type), offsetof(type, __field_mgr), offsetof(type, __field_mgr_pool), \