[svn-commits] branch murf/AEL-trunk-fixesonly r33034 - in
/team/murf/AEL-trunk-fixesonly/pb...
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Jun 8 09:12:22 MST 2006
Author: murf
Date: Thu Jun 8 11:12:21 2006
New Revision: 33034
URL: http://svn.digium.com/view/asterisk?rev=33034&view=rev
Log:
Uh, looks like the ASTERISK_FILE_VERSION should be there...
Modified:
team/murf/AEL-trunk-fixesonly/pbx/ael/ael.y
team/murf/AEL-trunk-fixesonly/pbx/pbx_ael.c
Modified: team/murf/AEL-trunk-fixesonly/pbx/ael/ael.y
URL: http://svn.digium.com/view/asterisk/team/murf/AEL-trunk-fixesonly/pbx/ael/ael.y?rev=33034&r1=33033&r2=33034&view=diff
==============================================================================
--- team/murf/AEL-trunk-fixesonly/pbx/ael/ael.y (original)
+++ team/murf/AEL-trunk-fixesonly/pbx/ael/ael.y Thu Jun 8 11:12:21 2006
@@ -21,6 +21,10 @@
* \brief Bison Grammar description of AEL2.
*
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Modified: team/murf/AEL-trunk-fixesonly/pbx/pbx_ael.c
URL: http://svn.digium.com/view/asterisk/team/murf/AEL-trunk-fixesonly/pbx/pbx_ael.c?rev=33034&r1=33033&r2=33034&view=diff
==============================================================================
--- team/murf/AEL-trunk-fixesonly/pbx/pbx_ael.c (original)
+++ team/murf/AEL-trunk-fixesonly/pbx/pbx_ael.c Thu Jun 8 11:12:21 2006
@@ -32,6 +32,9 @@
#include <sys/stat.h>
#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "asterisk/pbx.h"
#include "asterisk/config.h"
#include "asterisk/module.h"
More information about the svn-commits
mailing list