ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/libclamav/version.c

15 lines
298 B

#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;
}