aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/vsn.mk
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2013-07-03 09:39:40 +0200
committerMicael Karlberg <[email protected]>2013-07-03 09:39:40 +0200
commit7147e7a36b8a22ba6345356aa786029bab66f4e6 (patch)
treef476b8caf670119ecb96535b63ee743bd1194d55 /lib/snmp/vsn.mk
parent8cece79b77952c991e62ae595bcf71cde016a052 (diff)
downloadotp-7147e7a36b8a22ba6345356aa786029bab66f4e6.tar.gz
otp-7147e7a36b8a22ba6345356aa786029bab66f4e6.tar.bz2
otp-7147e7a36b8a22ba6345356aa786029bab66f4e6.zip
[snmp/agent] Local DB counter increment wrap error
The counter increment function in the local-db was incorrect. It did not handle counter wrap correctly. OTP-11192
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 0e48e7ea56..e987649e11 100644
--- a/lib/snmp/vsn.mk
+++ b/lib/snmp/vsn.mk
@@ -18,6 +18,6 @@
# %CopyrightEnd%
APPLICATION = snmp
-SNMP_VSN = 4.24
+SNMP_VSN = 4.24.1
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)"