aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2001-09-03 15:09:11 +0000
committerjohnvg2001-09-03 15:09:11 +0000
commitb9ff9a325a065b305388f1bfa817ad365cb4552e (patch)
tree20899a750a7ba483c1ea8acf3e74993e065f3837
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
-rw-r--r--backend/backend.dcl6
-rw-r--r--backend/backend.icl6
-rw-r--r--backendC/CleanCompilerSources/backend.h6
3 files changed, 9 insertions, 9 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;
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;
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h
index 81aba78..0da892e 100644
--- a/backendC/CleanCompilerSources/backend.h
+++ b/backendC/CleanCompilerSources/backend.h
@@ -1,15 +1,15 @@
/* version info */
// increment this for every release
-# define kBEVersionCurrent 0x02000211
+# define kBEVersionCurrent 0x02000212
// 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 0x02000211
+# define kBEVersionOldestDefinition 0x02000212
// 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 0x02000211
+# define kBEVersionOldestImplementation 0x02000212
# define kBEDebug 1