blob: 31bd312139e54dac1e6c0778313d750dfccb4ce6 [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.1";
const char *
netsnmp_get_version()
{
return NetSnmpVersionInfo;
}