diff options
author | Micael Karlberg <[email protected]> | 2012-01-09 17:50:47 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-12 12:13:11 +0100 |
commit | daf5b0eeb6f0d8c805f7a0e2fc117c8c788b855c (patch) | |
tree | 1a67da27edd104358aef66e269ba63a660804566 /lib/snmp/vsn.mk | |
parent | 021d5c2e49e623d4f43c0cc88a097bc99f3564e6 (diff) | |
download | otp-daf5b0eeb6f0d8c805f7a0e2fc117c8c788b855c.tar.gz otp-daf5b0eeb6f0d8c805f7a0e2fc117c8c788b855c.tar.bz2 otp-daf5b0eeb6f0d8c805f7a0e2fc117c8c788b855c.zip |
[snmp/agent] Creating a unique temporary file whe dumping vacm
Attempting to create a unique temporary file when dumping the
vacm table to disk.
OTP-9851
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index 43f67a744e..dafdcefe79 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2011. All Rights Reserved. +# Copyright Ericsson AB 1997-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 4.21.3 +SNMP_VSN = 4.21.5 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |