diff --git a/compiler/lib/utils/OPTIONS.def b/compiler/lib/utils/OPTIONS.def index 9b71f52e..a8a90636 100644 --- a/compiler/lib/utils/OPTIONS.def +++ b/compiler/lib/utils/OPTIONS.def @@ -1272,8 +1272,8 @@ OPTION(OT_UINT32, \ OA_RUNTIME|OVA_OPTIONAL|OA_SEPARATOR_EQUAL, \ "code-object-version", NULL, \ LCCodeObjectVersion, \ - 4, 4, 5, NULL, \ - "Specify code object ABI version. Allowed values are 4, and 5. Defaults to 4. (COMGR only)") + 5, 4, 5, NULL, \ + "Specify code object ABI version. Allowed values are 4, and 5. Defaults to 5. (COMGR only)") /* Do not remove the following line. Any option should be