diff options
author | Micael Karlberg <[email protected]> | 2010-05-10 14:02:52 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-05-10 14:02:52 +0000 |
commit | 48177ff7c93ba71f7687cd0189f5e60bd413c7c6 (patch) | |
tree | 89b90170c2968e5c2c714f039ff7b48874f0070f | |
parent | 9a47f399acb54eac86b79b274aaf4f191a765961 (diff) | |
download | otp-48177ff7c93ba71f7687cd0189f5e60bd413c7c6.tar.gz otp-48177ff7c93ba71f7687cd0189f5e60bd413c7c6.tar.bz2 otp-48177ff7c93ba71f7687cd0189f5e60bd413c7c6.zip |
OTP-8563: Decode/Encode of Counter64 error
OTP-8574: Option to allow invalid row OIDs
OTP-8594: Make snmp forward compatible with new crypto
OTP-8595: snmpc fails to compile BITS with "holes"
-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 7a588da9cc..2fccc733e6 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% SNMP_VSN = 4.16.2 -PRE_VSN =-OTP8604 +PRE_VSN = APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)" TICKETS = OTP-8563 OTP-8574 OTP-8594 OTP-8595 |