From: Walter Doekes Date: Thu, 19 Apr 2012 21:59:43 +0000 (+0000) Subject: Fix documentation for ${VERSION(ASTERISK_VERSION_NUM)}. X-Git-Tag: 10.5.0-rc1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa84734803237e1f32262275d02a3cfb590aab8f;p=thirdparty%2Fasterisk.git Fix documentation for ${VERSION(ASTERISK_VERSION_NUM)}. ........ Merged revisions 362729 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@362730 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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