aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorronny2001-12-21 13:37:35 +0000
committerronny2001-12-21 13:37:35 +0000
commit521e4876ce087a60dd98bf40bdb577df6a00b869 (patch)
treeb132705389e0b768d8fe60f98a9e61fe317aa9dd /backend
parentaddition to previous bug fix (by Sjaak): support for dynamic en overloaded li... (diff)
version number for release
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@959 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend')
-rw-r--r--backend/backend.dcl2
-rw-r--r--backend/backend.icl2
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/backend.dcl b/backend/backend.dcl
index 9730e6a..073b6dc 100644
--- a/backend/backend.dcl
+++ b/backend/backend.dcl
@@ -290,7 +290,7 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
BEDynamicTempTypeSymbol :: !BackEnd -> (!BESymbolP,!BackEnd);
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02000216;
+kBEVersionCurrent:==0x02000800;
kBEVersionOldestDefinition:==0x02000213;
kBEVersionOldestImplementation:==0x02000216;
kBEDebug:==1;
diff --git a/backend/backend.icl b/backend/backend.icl
index 3f914cb..0f281b1 100644
--- a/backend/backend.icl
+++ b/backend/backend.icl
@@ -794,7 +794,7 @@ BEDynamicTempTypeSymbol a0 = code {
ccall BEDynamicTempTypeSymbol ":I:I"
};
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02000216;
+kBEVersionCurrent:==0x02000800;
kBEVersionOldestDefinition:==0x02000213;
kBEVersionOldestImplementation:==0x02000216;
kBEDebug:==1;