aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/vsn.mk
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2014-07-18 13:58:44 +0200
committerRaimo Niskanen <[email protected]>2014-12-01 11:15:59 +0100
commitd24db992b68b04a7d284cd058376d98853b92daf (patch)
tree4dbfa851fffbb9b4a8a536135c176bc841b3bb38 /lib/snmp/vsn.mk
parent9417f044ee3c291c2ea343c203aebdcc40597226 (diff)
downloadotp-d24db992b68b04a7d284cd058376d98853b92daf.tar.gz
otp-d24db992b68b04a7d284cd058376d98853b92daf.tar.bz2
otp-d24db992b68b04a7d284cd058376d98853b92daf.zip
[snmp/compiler] Refinement of type Opaque was not allowed
MIB constructs such as "SYNTAX Opaque (SIZE(0..65535))" was previously not allowed, this has now been fixed. See the standard ALARM-MIB for eaxmple.
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r--lib/snmp/vsn.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk
index b436a79076..345cc790f2 100644
--- a/lib/snmp/vsn.mk
+++ b/lib/snmp/vsn.mk
@@ -18,6 +18,6 @@
# %CopyrightEnd%
APPLICATION = snmp
-SNMP_VSN = 5.1
+SNMP_VSN = 5.1.1
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)"