aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/backend.dcl6
-rw-r--r--backend/backend.icl6
2 files changed, 6 insertions, 6 deletions
diff --git a/backend/backend.dcl b/backend/backend.dcl
index 9a398fe..5bbb0ef 100644
--- a/backend/backend.dcl
+++ b/backend/backend.dcl
@@ -261,9 +261,9 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
BEDynamicTempTypeSymbol :: !BackEnd -> (!BESymbolP,!BackEnd);
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02000210;
-kBEVersionOldestDefinition:==0x02000210;
-kBEVersionOldestImplementation:==0x02000210;
+kBEVersionCurrent:==0x02000211;
+kBEVersionOldestDefinition:==0x02000211;
+kBEVersionOldestImplementation:==0x02000211;
kBEDebug:==1;
kPredefinedModuleIndex:==1;
BENoAnnot:==0;
diff --git a/backend/backend.icl b/backend/backend.icl
index 2331389..faebfef 100644
--- a/backend/backend.icl
+++ b/backend/backend.icl
@@ -709,9 +709,9 @@ BEDynamicTempTypeSymbol a0 = code {
ccall BEDynamicTempTypeSymbol ":I:I"
};
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02000210;
-kBEVersionOldestDefinition:==0x02000210;
-kBEVersionOldestImplementation:==0x02000210;
+kBEVersionCurrent:==0x02000211;
+kBEVersionOldestDefinition:==0x02000211;
+kBEVersionOldestImplementation:==0x02000211;
kBEDebug:==1;
kPredefinedModuleIndex:==1;
BENoAnnot:==0;