From 1c84ecad28efa67cc636845dfa0750fad8403d54 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Tue, 30 Dec 2008 20:57:15 +0000 Subject: [PATCH] Merged revisions 166908 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r166908 | twilson | 2008-12-30 14:50:05 -0600 (Tue, 30 Dec 2008) | 2 lines Fix some svn:keywords ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@166910 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_http_post.c | 2 +- res/res_phoneprov.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/res_http_post.c b/res/res_http_post.c index deab15c1ac..39816da762 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -32,7 +32,7 @@ #include "asterisk.h" -ASTERISK_FILE_VERSION(__FILE__, "$Revision: 111213 $") +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c index 8c92d0ddae..d26aed7226 100644 --- a/res/res_phoneprov.c +++ b/res/res_phoneprov.c @@ -38,7 +38,7 @@ #ifdef SOLARIS #include #endif -ASTERISK_FILE_VERSION(__FILE__, "$Revision: 96773 $") +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/channel.h" #include "asterisk/file.h"