blob: 75c22fc0e4df0a176ee793fe0bef4c2937adff3d [file] [log] [blame]
#include <net-snmp/net-snmp-config.h>
#include <net-snmp/version.h>
/* expose ONLY for benefit of grandfathered code */
#ifndef UCD_COMPATIBLE
static
#endif
const char *NetSnmpVersionInfo = "5.2.dev";
const char *
netsnmp_get_version()
{
return NetSnmpVersionInfo;
}