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

@@ -64,7 +64,7 @@ struct ast_security_event_ie_type {
* \retval NULL invalid event_type
* \retval non-NULL An array terminated with the value AST_EVENT_IE_END
*
* \since 1.6.3
* \since 1.8
*/
const struct ast_security_event_ie_type *ast_security_event_get_required_ies(
const enum ast_security_event_type event_type);
@@ -77,7 +77,7 @@ const struct ast_security_event_ie_type *ast_security_event_get_required_ies(
* \retval NULL invalid event_type
* \retval non-NULL An array terminated with the value AST_EVENT_IE_END
*
* \since 1.6.3
* \since 1.8
*/
const struct ast_security_event_ie_type *ast_security_event_get_optional_ies(
const enum ast_security_event_type event_type);
@@ -90,7 +90,7 @@ const struct ast_security_event_ie_type *ast_security_event_get_optional_ies(
* \retval NULL if event_type is invalid
* \retval non-NULL the name of the security event type
*
* \since 1.6.3
* \since 1.8
*/
const char *ast_security_event_get_name(const enum ast_security_event_type event_type);
@@ -102,7 +102,7 @@ const char *ast_security_event_get_name(const enum ast_security_event_type event
* \retval NULL if severity is invalid
* \retval non-NULL the name of the security event severity
*
* \since 1.6.3
* \since 1.8
*/
const char *ast_security_event_severity_get_name(
const enum ast_security_event_severity severity);