diff options
author | Micael Karlberg <[email protected]> | 2012-02-23 12:05:07 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-23 12:05:07 +0100 |
commit | 12e0e58dafd2b891df90118ba55333914e4d0f5d (patch) | |
tree | d08e5a65af72aa698f1090e3df83a63da5a2d6b3 /lib/snmp/vsn.mk | |
parent | 045810f873df73a09b105d051eed244be2edf7ee (diff) | |
download | otp-12e0e58dafd2b891df90118ba55333914e4d0f5d.tar.gz otp-12e0e58dafd2b891df90118ba55333914e4d0f5d.tar.bz2 otp-12e0e58dafd2b891df90118ba55333914e4d0f5d.zip |
[snmp/agent] Documenting previously existing but undocumented function
Documenting previously existing but undocumented function,
snmp_generic:get_table_info/2.
OTP-9942
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index fb1dcb6c41..36b9764bc8 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 4.21.7 +SNMP_VSN = 4.22 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |