[svn-commits] wdoekes: branch 10 r362730 - in /branches/10: ./ funcs/func_version.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 19 16:59:47 CDT 2012


Author: wdoekes
Date: Thu Apr 19 16:59:43 2012
New Revision: 362730

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=362730
Log:
Fix documentation for ${VERSION(ASTERISK_VERSION_NUM)}.
........

Merged revisions 362729 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Modified:
    branches/10/   (props changed)
    branches/10/funcs/func_version.c

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/funcs/func_version.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/funcs/func_version.c?view=diff&rev=362730&r1=362729&r2=362730
==============================================================================
--- branches/10/funcs/func_version.c (original)
+++ branches/10/funcs/func_version.c Thu Apr 19 16:59:43 2012
@@ -48,7 +48,8 @@
 				<para>The possible values are:</para>
 				<enumlist>
 					<enum name="ASTERISK_VERSION_NUM">
-						<para>A string of digits is returned (right now fixed at 999999).</para>
+						<para>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.</para>
 					</enum>
 					<enum name="BUILD_USER">
 						<para>The string representing the user's name whose account




More information about the svn-commits mailing list