blob: 2e29cb1116b555b11e1562f423380c13f1e1ae1e [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.3.pre3";
const char *
netsnmp_get_version()
{
return NetSnmpVersionInfo;
}