From f033e50a1588a5829479ef83b7f2275b08669bf4 Mon Sep 17 00:00:00 2001
From: Steve Murphy <murf@digium.com>
Date: Mon, 12 Nov 2007 23:33:55 +0000
Subject: [PATCH] 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
---
 utils/hashtest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/hashtest.c b/utils/hashtest.c
index 17c30ab7b1..18dc713f46 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>
-- 
GitLab