aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/vsn.mk
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2010-02-12 15:55:58 +0000
committerErlang/OTP <[email protected]>2010-02-13 07:29:33 +0100
commit3d06af66f9da569891d48594e8a6fe72e0065d20 (patch)
tree273bebfc16a8381fa6beb83077381e6c25778338 /lib/snmp/vsn.mk
parentd9286a9a68e8b10dcf006a60ec84a0439e725fac (diff)
downloadotp-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.mk5
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