From a59edad2308c03d6f996af03a0b9223fcd3ab01b Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Thu, 19 Apr 2012 21:58:01 +0000 Subject: [PATCH] Fix documentation for ${VERSION(ASTERISK_VERSION_NUM)}. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@362729 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_version.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/funcs/func_version.c b/funcs/func_version.c index d8ba757a40..da733d1e36 100644 --- a/funcs/func_version.c +++ b/funcs/func_version.c @@ -48,7 +48,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") The possible values are: - A string of digits is returned (right now fixed at 999999). + A string of digits is returned, e.g. 10602 for 1.6.2 or 100300 for 10.3.0, + or 999999 when using an SVN build. The string representing the user's name whose account -- 2.47.2