diff options
author | Micael Karlberg <[email protected]> | 2010-12-03 14:44:12 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-12-03 14:44:12 +0100 |
commit | 66dc042ce9a0e888cfdb8f1b0f5a2e9d4d046f9e (patch) | |
tree | af96ae86354bcec69555b27520bf6cee30edd1a6 /lib/snmp | |
parent | 5210341783f4c3ca9611c7ea5e630fde4d067f10 (diff) | |
download | otp-66dc042ce9a0e888cfdb8f1b0f5a2e9d4d046f9e.tar.gz otp-66dc042ce9a0e888cfdb8f1b0f5a2e9d4d046f9e.tar.bz2 otp-66dc042ce9a0e888cfdb8f1b0f5a2e9d4d046f9e.zip |
Changed compiler version (to 3.2).
Diffstat (limited to 'lib/snmp')
-rw-r--r-- | lib/snmp/include/snmp_types.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/include/snmp_types.hrl b/lib/snmp/include/snmp_types.hrl index 1fd6d153c9..4adb24361c 100644 --- a/lib/snmp/include/snmp_types.hrl +++ b/lib/snmp/include/snmp_types.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2009. All Rights Reserved. +%% Copyright Ericsson AB 1996-2010. 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 @@ -192,7 +192,7 @@ %%---------------------------------------------------------------------- -record(mib, {misc = [], - mib_format_version = "3.1", + mib_format_version = "3.2", name = "", module_identity, %% Not in SMIv1, and only with +module_identity mes = [], |