aboutsummaryrefslogtreecommitdiff
path: root/backend/backend.icl
diff options
context:
space:
mode:
authorronny2001-05-09 12:40:55 +0000
committerronny2001-05-09 12:40:55 +0000
commitc3dd558741af2824fd6797f1615e1eebc7c03432 (patch)
tree17167256c64de279a326ba9f16c45af438063488 /backend/backend.icl
parentcases 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.icl4
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;