diff options
author | Micael Karlberg <[email protected]> | 2012-03-27 17:42:50 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-12-20 17:33:05 +0100 |
commit | 7d99789b7f5ef121fa4501a23e037b0ad304db77 (patch) | |
tree | bab32723ef982541f3e5ec794c51b36dd6c758e6 /lib/snmp/vsn.mk | |
parent | c4fe662ab43d82be5fd036cec752ee175f2252b1 (diff) | |
download | otp-7d99789b7f5ef121fa4501a23e037b0ad304db77.tar.gz otp-7d99789b7f5ef121fa4501a23e037b0ad304db77.tar.bz2 otp-7d99789b7f5ef121fa4501a23e037b0ad304db77.zip |
[snmp/manager] Removed deprecated functions
Removed deprecated functions from the SNMP manager interface
module snmpm. Also updated otp_internal in the stdlib app.
OTP-10027
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 b90dbe4eef..8145e415f3 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 4.22.1 +SNMP_VSN = 4.23 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |