diff --git a/tests/test_strings.c b/tests/test_strings.c
index 98b8d02c3026d3fc70b40832ce55d227dcd67577..2a54beb549146e7f483767d670f1f4a09575264d 100644
--- a/tests/test_strings.c
+++ b/tests/test_strings.c
@@ -16,13 +16,14 @@
  * at the top of the source tree.
  */
 
-/*! \file
- *
+/*!
+ * \file
  * \brief Dynamic string tests
  *
  * \author Mark Michelson <mmichelson@digium.com>
  *
  * This module will run some dyanmic string tests.
+ *
  * \ingroup tests
  */
 
@@ -31,6 +32,9 @@
  ***/
 
 #include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
 #include "asterisk/test.h"
 #include "asterisk/utils.h"
 #include "asterisk/strings.h"