diff options
author | ronny | 2001-05-09 12:40:55 +0000 |
---|---|---|
committer | ronny | 2001-05-09 12:40:55 +0000 |
commit | c3dd558741af2824fd6797f1615e1eebc7c03432 (patch) | |
tree | 17167256c64de279a326ba9f16c45af438063488 /backend/backend.icl | |
parent | cases in backend (diff) |
corrected version number
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@411 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend/backend.icl')
-rw-r--r-- | backend/backend.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/backend.icl b/backend/backend.icl index 2744e1d..6013282 100644 --- a/backend/backend.icl +++ b/backend/backend.icl @@ -647,8 +647,8 @@ BEDynamicTempTypeSymbol a0 = code { }; // BESymbolP BEDynamicTempTypeSymbol (); kBEVersionCurrent:==0x02000207; -kBEVersionOldestDefinition:==0x02000207; -kBEVersionOldestImplementation:==0x02000207; +kBEVersionOldestDefinition:==0x02000204; +kBEVersionOldestImplementation:==0x02000206; kBEDebug:==1; kPredefinedModuleIndex:==1; BENoAnnot:==0; |