]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix the svn:keywords property on several files.
authorDavid M. Lee <dlee@digium.com>
Mon, 15 Apr 2013 14:38:24 +0000 (14:38 +0000)
committerDavid M. Lee <dlee@digium.com>
Mon, 15 Apr 2013 14:38:24 +0000 (14:38 +0000)
Normally I think keyword expansion is silly, but the one time it would have
been good, it didn't work because the property had quotes in it. This patch
fixes obviously busted svn:keywords properties.

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

res/res_mutestream.c

index 4a0eca7510f0ea5186473461799e199c44cf1a38..000a7fb3dad7eb49a245c9209a78760c1b9ac4b0 100644 (file)
@@ -35,7 +35,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 89545 $")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 //#include <time.h>
 //#include <string.h>