Use CVS Revision in version string.

This commit is contained in:
MelwareDE 2005-06-28 19:26:56 +00:00
parent 0d5548d349
commit 580263f9ce
1 changed files with 2 additions and 1 deletions

View File

@ -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"