]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix magic Revision keywords in hashtab.c and change cdr_radius.c to use
authorBrett Bryant <bbryant@digium.com>
Fri, 18 Jul 2008 17:55:41 +0000 (17:55 +0000)
committerBrett Bryant <bbryant@digium.com>
Fri, 18 Jul 2008 17:55:41 +0000 (17:55 +0000)
the same keyword as the other files (patch by eliel).

(closes issue #13104)
Reported by: eliel
Patches:
      revision.patch uploaded by eliel (license 64)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@132050 65c4cc65-6c06-0410-ace0-fbb531ad65f3

cdr/cdr_radius.c
main/hashtab.c

index 3f0b2c9f2ffe813f1a67b81d074fac8519874028..c2e4d4cf935e1d51778e7d4cebd62469664ead12 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Rev$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 #include <time.h>
 #include <radiusclient-ng.h>
index 7ab120486551ea3c0b2a9f9a7f00a2b1871d7d92..a6fac4e536db5a9d8f0e01c85bfae2a5abadced2 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 #include <ctype.h>