aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/backend.dcl6
-rw-r--r--backend/backend.icl6
-rw-r--r--backendC/CleanCompilerSources/backend.h6
-rw-r--r--coclmaindll/backend.dllbin343692 -> 343692 bytes
4 files changed, 9 insertions, 9 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;
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h
index c36245c..5fd7b01 100644
--- a/backendC/CleanCompilerSources/backend.h
+++ b/backendC/CleanCompilerSources/backend.h
@@ -1,15 +1,15 @@
/* version info */
// increment this for every release
-# define kBEVersionCurrent 0x02000210
+# define kBEVersionCurrent 0x02000211
// change this to the same value as kBEVersionCurrent if the new release is not
// upward compatible (for example when a function is added)
-# define kBEVersionOldestDefinition 0x02000210
+# define kBEVersionOldestDefinition 0x02000211
// change this to the same value as kBEVersionCurrent if the new release is not
// downward compatible (for example when a function is removed)
-# define kBEVersionOldestImplementation 0x02000210
+# define kBEVersionOldestImplementation 0x02000211
# define kBEDebug 1
diff --git a/coclmaindll/backend.dll b/coclmaindll/backend.dll
index 5686b3d..c6ca07d 100644
--- a/coclmaindll/backend.dll
+++ b/coclmaindll/backend.dll
Binary files differ