diff options
author | Micael Karlberg <[email protected]> | 2012-01-05 18:29:13 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-05 18:29:13 +0100 |
commit | 573d208445fe20cf14f21899fc8e10101a5c3dd0 (patch) | |
tree | 01b1a3d5883fe505ce534d9a56ee73389a478a2e /lib/snmp/vsn.mk | |
parent | f7fad207607f40a41bc7f54854d7dc73dce79be9 (diff) | |
download | otp-573d208445fe20cf14f21899fc8e10101a5c3dd0.tar.gz otp-573d208445fe20cf14f21899fc8e10101a5c3dd0.tar.bz2 otp-573d208445fe20cf14f21899fc8e10101a5c3dd0.zip |
[snmp/agent] Changed version
Assigned new version, 4.21.5 instedad of 4.22, for app.
This version is more in line with the change.
Updated release notes and appup accordingly.
OTP-9783
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 3eaf7e9553..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.22 +SNMP_VSN = 4.21.5 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |