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