diff options
author | Micael Karlberg <[email protected]> | 2012-07-10 16:45:43 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-07-10 16:45:43 +0200 |
commit | df8e3029f933bbbdb3c20edfd26d37ec6722d7ae (patch) | |
tree | 56224f75c98ecd7c7a1123bdbfc507ed8b08fa10 /lib/snmp/vsn.mk | |
parent | 2fca4419268c38a8c68124786a9dd5c6b0643197 (diff) | |
download | otp-df8e3029f933bbbdb3c20edfd26d37ec6722d7ae.tar.gz otp-df8e3029f933bbbdb3c20edfd26d37ec6722d7ae.tar.bz2 otp-df8e3029f933bbbdb3c20edfd26d37ec6722d7ae.zip |
Fixed problem with TimeTicks decode
The decoder had a problem with data of type TimeTicks.
Also, the handling of invalid values (value out of range)
was bad for both TimeTicks and Unsigned32.
OTP-10132
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 36b9764bc8..b90dbe4eef 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 4.22 +SNMP_VSN = 4.22.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |