diff options
author | Micael Karlberg <[email protected]> | 2011-10-07 13:38:40 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-10-07 13:38:40 +0200 |
commit | b3929cdc4479170842d36a7f2ba757ff052e098b (patch) | |
tree | 512154e6fe5ca300a1283126684c7818c26fd76c /lib/snmp/src/app/snmp.appup.src | |
parent | 00202339445daae6ed931f28f932089d5c3dd455 (diff) | |
download | otp-b3929cdc4479170842d36a7f2ba757ff052e098b.tar.gz otp-b3929cdc4479170842d36a7f2ba757ff052e098b.tar.bz2 otp-b3929cdc4479170842d36a7f2ba757ff052e098b.zip |
[compiler] Improve version info printout.
OTP-9618
Diffstat (limited to 'lib/snmp/src/app/snmp.appup.src')
-rw-r--r-- | lib/snmp/src/app/snmp.appup.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/snmp/src/app/snmp.appup.src b/lib/snmp/src/app/snmp.appup.src index 0b6ea93231..e311377b2f 100644 --- a/lib/snmp/src/app/snmp.appup.src +++ b/lib/snmp/src/app/snmp.appup.src @@ -22,6 +22,10 @@ %% ----- U p g r a d e ------------------------------------------------------- [ + {"4.21.1", + [ + ] + }, {"4.21", [ {load_module, snmp_target_mib, soft_purge, soft_purge, []} @@ -115,6 +119,10 @@ %% ------D o w n g r a d e --------------------------------------------------- [ + {"4.21.1", + [ + ] + }, {"4.21", [ {load_module, snmp_target_mib, soft_purge, soft_purge, []} |