aboutsummaryrefslogtreecommitdiff
path: root/backend/backend.icl
diff options
context:
space:
mode:
authorjohnvg2001-09-03 15:09:11 +0000
committerjohnvg2001-09-03 15:09:11 +0000
commitb9ff9a325a065b305388f1bfa817ad365cb4552e (patch)
tree20899a750a7ba483c1ea8acf3e74993e065f3837 /backend/backend.icl
parentprint same error as Clean 1.3 when a module cannot be opened (diff)
new version number
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@734 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend/backend.icl')
-rw-r--r--backend/backend.icl6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/backend.icl b/backend/backend.icl
index 993c8c5..519acac 100644
--- a/backend/backend.icl
+++ b/backend/backend.icl
@@ -753,9 +753,9 @@ BEDynamicTempTypeSymbol a0 = code {
ccall BEDynamicTempTypeSymbol ":I:I"
};
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02000211;
-kBEVersionOldestDefinition:==0x02000211;
-kBEVersionOldestImplementation:==0x02000211;
+kBEVersionCurrent:==0x02000212;
+kBEVersionOldestDefinition:==0x02000212;
+kBEVersionOldestImplementation:==0x02000212;
kBEDebug:==1;
kPredefinedModuleIndex:==1;
BENoAnnot:==0;