From 580263f9ceb04dda24867cd11bd4084a2c269d2c Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Tue, 28 Jun 2005 19:26:56 +0000 Subject: [PATCH] Use CVS Revision in version string. --- chan_capi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chan_capi.c b/chan_capi.c index ae3ff99..f157450 100644 --- a/chan_capi.c +++ b/chan_capi.c @@ -52,7 +52,8 @@ #include "chan_capi_app.h" #include "chan_capi_pvt.h" -#define CC_VERSION "cm-0.6dev4" +/* #define CC_VERSION "cm-x.y.z" */ +#define CC_VERSION "$Revision$" #ifdef CAPI_ULAW #define LAW_STRING "uLaw"