diff options
author | Micael Karlberg <[email protected]> | 2012-01-24 13:49:45 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-24 13:49:45 +0100 |
commit | 8ae3c543864bfe62b80667a950340281e9fb79f3 (patch) | |
tree | ba992366873ba156a5da06e7f27ddebf3ab2727e /lib/snmp/vsn.mk | |
parent | 7619b94a2c1098cbd176507b34d291806833a4b7 (diff) | |
parent | e0e862b42d508b5112395f41584bed90c74a8a92 (diff) | |
download | otp-8ae3c543864bfe62b80667a950340281e9fb79f3.tar.gz otp-8ae3c543864bfe62b80667a950340281e9fb79f3.tar.bz2 otp-8ae3c543864bfe62b80667a950340281e9fb79f3.zip |
[snmp] Merged from R13B and also fixed appup
Merge from R13B maintenance branch (snmp-4.17.3),
fixed appup and source diff (there is some between
snmp-4.17.3 and 4.21.6).
Merge branch 'maint-r13' into bmk/snmp/snmp4216_integration/r14
Conflicts:
lib/snmp/doc/src/notes.xml
lib/snmp/src/agent/snmpa.erl
lib/snmp/src/agent/snmpa_agent.erl
lib/snmp/src/agent/snmpa_trap.erl
lib/snmp/src/app/snmp.appup.src
lib/snmp/test/snmp_agent_test.erl
lib/snmp/vsn.mk
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index dafdcefe79..1fbad654f7 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -18,6 +18,7 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 4.21.5 -PRE_VSN = -APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" +SNMP_VSN = 4.21.6 +PRE_VSN = +APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" + |