diff options
author | Micael Karlberg <[email protected]> | 2012-01-05 18:35:49 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-05 18:35:49 +0100 |
commit | c634c9c5f022c7f8ba91e1ef9d8fede838153f3a (patch) | |
tree | 01b1a3d5883fe505ce534d9a56ee73389a478a2e /lib/snmp/vsn.mk | |
parent | 021d5c2e49e623d4f43c0cc88a097bc99f3564e6 (diff) | |
parent | 573d208445fe20cf14f21899fc8e10101a5c3dd0 (diff) | |
download | otp-c634c9c5f022c7f8ba91e1ef9d8fede838153f3a.tar.gz otp-c634c9c5f022c7f8ba91e1ef9d8fede838153f3a.tar.bz2 otp-c634c9c5f022c7f8ba91e1ef9d8fede838153f3a.zip |
Merge branch 'bmk/snmp/agent/remove_use_of_old_style_fun/r14/OTP-9783' into bmk/snmp/snmp4215_integration/r14
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)" |