blob: ac9ded3a535caf723b8d885e9f75fddda7bf887f [file] [log] [blame]
#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;
}