| Current Path : /usr/local/src/clamav-1.0.9/libclamav/ |
| Current File : //usr/local/src/clamav-1.0.9/libclamav/version.c |
#ifdef HAVE_CONFIG_H
#include "clamav-config.h"
#endif
#include "clamav.h"
#include "version.h"
#ifndef REPO_VERSION
#define REPO_VERSION VERSION
#endif
/* libclamav's version is always the SVN revision (if available) */
const char *cl_retver(void)
{
return REPO_VERSION "" VERSION_SUFFIX;
}