diff options
author | Micael Karlberg <[email protected]> | 2010-02-12 15:55:58 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-13 07:29:33 +0100 |
commit | 3d06af66f9da569891d48594e8a6fe72e0065d20 (patch) | |
tree | 273bebfc16a8381fa6beb83077381e6c25778338 /lib/snmp/vsn.mk | |
parent | d9286a9a68e8b10dcf006a60ec84a0439e725fac (diff) | |
download | otp-3d06af66f9da569891d48594e8a6fe72e0065d20.tar.gz otp-3d06af66f9da569891d48594e8a6fe72e0065d20.tar.bz2 otp-3d06af66f9da569891d48594e8a6fe72e0065d20.zip |
OTP-8442: Regstration of agents using config file incorrect
OTO-8442: Per Hedeland
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index a151f332ae..9932656b74 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,12 +18,13 @@ # %CopyrightEnd% SNMP_VSN = 4.16 -PRE_VSN =-p03 +PRE_VSN =-p04 APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)" TICKETS = \ OTP-8395 \ - OTP-8433 + OTP-8433 \ + OTP-8442 TICKETS_4_15 = OTP-8229 OTP-8249 |