summaryrefslogtreecommitdiff
path: root/include/asterisk/stringfields.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2009-12-21 18:51:17 +0000
committerKevin P. Fleming <kpfleming@digium.com>2009-12-21 18:51:17 +0000
commitef9be94b35ad2cc8be221cc922b2a6740be60c6e (patch)
treee128330f81d58d715f99d883c17d2fe99ace26f6 /include/asterisk/stringfields.h
parent128e4022d04c290eed2a3549c2a7430f3e45699b (diff)
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
Diffstat (limited to 'include/asterisk/stringfields.h')
-rw-r--r--include/asterisk/stringfields.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/stringfields.h b/include/asterisk/stringfields.h
index 38b7ef6c0..e95b20fc2 100644
--- a/include/asterisk/stringfields.h
+++ b/include/asterisk/stringfields.h
@@ -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), \