summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-11-12 23:33:55 +0000
committerSteve Murphy <murf@digium.com>2007-11-12 23:33:55 +0000
commitf033e50a1588a5829479ef83b7f2275b08669bf4 (patch)
treed1702ecefbc4f32b1a287dd2e869abfc54c3e419
parentdb1000b803b820010f9a9c6f220094272d4662b2 (diff)
Don't forget the ASTERISK_VERSION for the sake of the mtx_prof stuff.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89201 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--utils/hashtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/hashtest.c b/utils/hashtest.c
index 17c30ab7b..18dc713f4 100644
--- a/utils/hashtest.c
+++ b/utils/hashtest.c
@@ -29,6 +29,7 @@
*/
#include "asterisk.h"
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/types.h>
#include <stdio.h>