aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/vsn.mk
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2014-12-02 09:05:13 +0100
committerRaimo Niskanen <[email protected]>2014-12-02 09:05:13 +0100
commitf29c64d43654e7c484fdf3e456ebc3d3efd7792c (patch)
tree80242ad8c5b59d422ca69dcd77d9246c8bb79b85 /lib/snmp/vsn.mk
parent8fc3cf0d3ff35579096116478852d9966acb1069 (diff)
parentd24db992b68b04a7d284cd058376d98853b92daf (diff)
downloadotp-f29c64d43654e7c484fdf3e456ebc3d3efd7792c.tar.gz
otp-f29c64d43654e7c484fdf3e456ebc3d3efd7792c.tar.bz2
otp-f29c64d43654e7c484fdf3e456ebc3d3efd7792c.zip
Merge branch 'raimo/snmp/compiler/allow_refinement_of_opaque/17/OTP-12066' into maint
* raimo/snmp/compiler/allow_refinement_of_opaque/17/OTP-12066: [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)"