Index: pbx/pbx_ael.c =================================================================== RCS file: /usr/cvsroot/asterisk/pbx/pbx_ael.c,v retrieving revision 1.1 diff -u -r1.1 pbx_ael.c --- pbx/pbx_ael.c 16 Jun 2005 08:47:06 -0000 1.1 +++ pbx/pbx_ael.c 17 Jun 2005 02:33:25 -0000 @@ -26,6 +26,8 @@ #include "asterisk/cli.h" #include "asterisk/callerid.h" +ASTERISK_FILE_VERSION(__FILE__, "$Revision: 1.1 $") + struct stringlink { struct stringlink *next; unsigned char data[0];