[asterisk-commits] mnicholson: branch group/res_fax r239623 - /team/group/res_fax/res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 12 16:41:17 CST 2010
Author: mnicholson
Date: Tue Jan 12 16:41:16 2010
New Revision: 239623
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=239623
Log:
Tweaked the version number reported by res_fax_spandsp when built with spandsp 0.0.5 and earlier.
Modified:
team/group/res_fax/res/res_fax_spandsp.c
Modified: team/group/res_fax/res/res_fax_spandsp.c
URL: http://svnview.digium.com/svn/asterisk/team/group/res_fax/res/res_fax_spandsp.c?view=diff&rev=239623&r1=239622&r2=239623
==============================================================================
--- team/group/res_fax/res/res_fax_spandsp.c (original)
+++ team/group/res_fax/res/res_fax_spandsp.c Tue Jan 12 16:41:16 2010
@@ -90,7 +90,7 @@
/* spandsp 0.0.5
* TODO: maybe we should determine the version better way
*/
- .version = "20090220",
+ .version = "pre-20090220",
#endif
.caps = AST_FAX_TECH_AUDIO | AST_FAX_TECH_T38 | AST_FAX_TECH_SEND | AST_FAX_TECH_RECEIVE,
.new_session = spandsp_fax_new,
More information about the asterisk-commits
mailing list