aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/backend.dcl2
-rw-r--r--backend/backend.icl2
-rw-r--r--backendC/CleanCompilerSources/backend.h2
-rw-r--r--backendC/backend.rc4
4 files changed, 5 insertions, 5 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;
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h
index fd2e41e..6cc948f 100644
--- a/backendC/CleanCompilerSources/backend.h
+++ b/backendC/CleanCompilerSources/backend.h
@@ -1,7 +1,7 @@
/* version info */
// increment this for every release
-# define kBEVersionCurrent 0x02000218
+# define kBEVersionCurrent 0x02000800
// change this to the same value as kBEVersionCurrent if the new release is
// not upward compatible (for example when a function is added)
diff --git a/backendC/backend.rc b/backendC/backend.rc
index 489cd59..1bf5280 100644
--- a/backendC/backend.rc
+++ b/backendC/backend.rc
@@ -14,7 +14,7 @@
# define kFileFlags VS_FF_DEBUG | VS_FF_PRERELEASE
# define kFileFlagsMask VS_FF_DEBUG | VS_FF_PRERELEASE
-# define kFileVersionString "2.0.d.16"
+# define kFileVersionString "2.0.r.0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION kFileVersion
@@ -37,7 +37,7 @@ BEGIN
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename","backend.dll\0"
VALUE "ProductName", "Clean System"
- VALUE "ProductVersion", "2.0.d.0"
+ VALUE "ProductVersion", "2.0.r.0"
VALUE "OLESelfRegister", "\0"
END