aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/vsn.mk
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-08-02 11:24:55 +0200
committerMicael Karlberg <[email protected]>2011-08-02 11:24:55 +0200
commit08eaf2c5353b07368b2de3a178a1e987a534f87d (patch)
tree44000820a5a2e9e0b6fcd6700417bde0d3eadb6b /lib/snmp/vsn.mk
parent07936436b8a8b18b80451a09e040283ebecbd43b (diff)
downloadotp-08eaf2c5353b07368b2de3a178a1e987a534f87d.tar.gz
otp-08eaf2c5353b07368b2de3a178a1e987a534f87d.tar.bz2
otp-08eaf2c5353b07368b2de3a178a1e987a534f87d.zip
[compiler] Used wrong variable name (for
warnings-as-errors variable), which caused the compiler to crash when using the snmpc script. Also added the option --Werror for the SNMP MIB compiler (escript) frontend (to mimic erlc), which specifies whether warnings should be treated as errors. OTP-9447
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 08251ab9ea..c95e0a22d1 100644
--- a/lib/snmp/vsn.mk
+++ b/lib/snmp/vsn.mk
@@ -17,6 +17,6 @@
#
# %CopyrightEnd%
-SNMP_VSN = 4.21
+SNMP_VSN = 4.21.1
PRE_VSN =
APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)"