aboutsummaryrefslogtreecommitdiff
path: root/backend/backend.dcl
diff options
context:
space:
mode:
authorjohnvg2001-09-03 15:09:11 +0000
committerjohnvg2001-09-03 15:09:11 +0000
commitb9ff9a325a065b305388f1bfa817ad365cb4552e (patch)
tree20899a750a7ba483c1ea8acf3e74993e065f3837 /backend/backend.dcl
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.dcl')
-rw-r--r--backend/backend.dcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/backend.dcl b/backend/backend.dcl
index 0a07b81..0cb88e6 100644
--- a/backend/backend.dcl
+++ b/backend/backend.dcl
@@ -277,9 +277,9 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
BEDynamicTempTypeSymbol :: !BackEnd -> (!BESymbolP,!BackEnd);
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02000211;
-kBEVersionOldestDefinition:==0x02000211;
-kBEVersionOldestImplementation:==0x02000211;
+kBEVersionCurrent:==0x02000212;
+kBEVersionOldestDefinition:==0x02000212;
+kBEVersionOldestImplementation:==0x02000212;
kBEDebug:==1;
kPredefinedModuleIndex:==1;
BENoAnnot:==0;