diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index f688e214b9e52930be9fe3c8c3093a450afe8976..b7173001804cd1742f2b71098545929e00da41d6 100755
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -26,6 +26,8 @@
 #include "asterisk/cli.h"
 #include "asterisk/callerid.h"
 
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
 struct stringlink {
 	struct stringlink *next;
 	unsigned char data[0];
@@ -57,7 +59,7 @@ static void FREE(void *ptr)
 
 static int aeldebug = 0;
 
-static char *dtext = "Asterisk Extension Logic Compiler";
+static char *dtext = "Asterisk Extension Language Compiler";
 static char *config = "extensions.ael";
 static char *registrar = "pbx_ael";