diff options
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/hwpf/hwp/occ/occ_common.C | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/occ/occ_common.C b/src/usr/hwpf/hwp/occ/occ_common.C index 98e638286..037372778 100644 --- a/src/usr/hwpf/hwp/occ/occ_common.C +++ b/src/usr/hwpf/hwp/occ/occ_common.C @@ -170,6 +170,9 @@ namespace HBOCC } #else config_data->firMaster = 0; + //force to an older version so we can support + // older levels of OCC + config_data->version = PRE_FIR_MASTER_VERSION; #endif TRACUCOMP( g_fapiTd, |

