aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorronny2003-10-27 15:50:37 +0000
committerronny2003-10-27 15:50:37 +0000
commitd3e302bdfdcdaf9e9b865d99cff98a0bc4443134 (patch)
treed3dfc1a6a261829ba81b2098eb56f0ff63244cad /backend
parentcommit again to prevent cr/lf conversion (diff)
update backend version number for 2.1 release
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1417 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 7342962..c12e640 100644
--- a/backend/backend.dcl
+++ b/backend/backend.dcl
@@ -287,7 +287,7 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
BEDynamicTempTypeSymbol :: !BackEnd -> (!BESymbolP,!BackEnd);
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02100401;
+kBEVersionCurrent:==0x02100800;
kBEVersionOldestDefinition:==0x02100401;
kBEVersionOldestImplementation:==0x02100401;
kBEDebug:==1;
diff --git a/backend/backend.icl b/backend/backend.icl
index 907618c..040f5af 100644
--- a/backend/backend.icl
+++ b/backend/backend.icl
@@ -787,7 +787,7 @@ BEDynamicTempTypeSymbol a0 = code {
ccall BEDynamicTempTypeSymbol ":I:I"
}
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02100401;
+kBEVersionCurrent:==0x02100800;
kBEVersionOldestDefinition:==0x02100401;
kBEVersionOldestImplementation:==0x02100401;
kBEDebug:==1;