diff options
author | Micael Karlberg <[email protected]> | 2011-11-09 14:05:51 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-09 14:05:51 +0100 |
commit | b27432ee4f0d0809ea668cd9e4fcb4f601652cbd (patch) | |
tree | 6b38ffc73fcd2af81c9ee988a485f91073f410e9 /lib/snmp/vsn.mk | |
parent | f561a98a9b89738467b52ab5213562de753f6ad2 (diff) | |
download | otp-b27432ee4f0d0809ea668cd9e4fcb4f601652cbd.tar.gz otp-b27432ee4f0d0809ea668cd9e4fcb4f601652cbd.tar.bz2 otp-b27432ee4f0d0809ea668cd9e4fcb4f601652cbd.zip |
Bad note store GC timer deactivation.
Wrong field in the state record was set (timeout instead active).
Stefan Grundmann
OTP-9690
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 c95e0a22d1..0819ab9b36 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -17,6 +17,6 @@ # # %CopyrightEnd% -SNMP_VSN = 4.21.1 +SNMP_VSN = 4.21.2 PRE_VSN = APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)" |