From ef9be94b35ad2cc8be221cc922b2a6740be60c6e Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 21 Dec 2009 18:51:17 +0000 Subject: 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 --- include/asterisk/stringfields.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/stringfields.h') 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), \ -- cgit v1.2.3