libclamav/version.c
a5f0eabf
 #ifdef HAVE_CONFIG_H
 #include "clamav-config.h"
 #endif
acc0e06a
 #include "clamav.h"
a5f0eabf
 #include "version.h"
 
add738d2
 #ifndef REPO_VERSION
 #define REPO_VERSION VERSION
 #endif
 
 /* libclamav's version is always the SVN revision (if available) */
a5f0eabf
 const char *cl_retver(void)
 {
b105842c
 	return REPO_VERSION""VERSION_SUFFIX;
a5f0eabf
 }