[svn-commits] file: branch group/dns r432763 - /team/group/dns/res/res_resolver_unbound.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 11 09:10:03 CDT 2015


Author: file
Date: Wed Mar 11 09:10:01 2015
New Revision: 432763

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=432763
Log:
Add missing ASTERISK_FILE_VERSION.

Modified:
    team/group/dns/res/res_resolver_unbound.c

Modified: team/group/dns/res/res_resolver_unbound.c
URL: http://svnview.digium.com/svn/asterisk/team/group/dns/res/res_resolver_unbound.c?view=diff&rev=432763&r1=432762&r2=432763
==============================================================================
--- team/group/dns/res/res_resolver_unbound.c (original)
+++ team/group/dns/res/res_resolver_unbound.c Wed Mar 11 09:10:01 2015
@@ -22,6 +22,8 @@
  ***/
 
 #include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 #include <unbound.h>
 




More information about the svn-commits mailing list