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.rc6
4 files changed, 6 insertions, 6 deletions
diff --git a/backend/backend.dcl b/backend/backend.dcl
index e396d98..ea676c1 100644
--- a/backend/backend.dcl
+++ b/backend/backend.dcl
@@ -288,7 +288,7 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
BEDynamicTempTypeSymbol :: !BackEnd -> (!BESymbolP,!BackEnd);
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02030407;
+kBEVersionCurrent:==0x02100400;
kBEVersionOldestDefinition:==0x02030407;
kBEVersionOldestImplementation:==0x02030407;
kBEDebug:==1;
diff --git a/backend/backend.icl b/backend/backend.icl
index 74fc177..31bec37 100644
--- a/backend/backend.icl
+++ b/backend/backend.icl
@@ -788,7 +788,7 @@ BEDynamicTempTypeSymbol a0 = code {
ccall BEDynamicTempTypeSymbol ":I:I"
}
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02030407;
+kBEVersionCurrent:==0x02100400;
kBEVersionOldestDefinition:==0x02030407;
kBEVersionOldestImplementation:==0x02030407;
kBEDebug:==1;
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h
index ed839e9..e72cceb 100644
--- a/backendC/CleanCompilerSources/backend.h
+++ b/backendC/CleanCompilerSources/backend.h
@@ -1,7 +1,7 @@
/* version info */
// increment this for every release
-# define kBEVersionCurrent 0x02030407
+# define kBEVersionCurrent 0x02100400
// 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 50fbe13..d7329da 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.3.a.7"
+# define kFileVersionString "2.1.0.a.0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION kFileVersion
@@ -30,14 +30,14 @@ BEGIN
BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilual
BEGIN
VALUE "CompanyName", "University of Nijmegen\0"
- VALUE "FileDescription", "backend Shared Library - Development Version\0"
+ VALUE "FileDescription", "backend Shared Library - Alpha Version\0"
VALUE "FileVersion", kFileVersionString "\0"
VALUE "InternalName", "backend\0"
VALUE "LegalCopyright", "Copyright \251 University of Nijmegen 1999-2003\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename","backend.dll\0"
VALUE "ProductName", "Clean System"
- VALUE "ProductVersion", "2.0.3.a.7"
+ VALUE "ProductVersion", "2.1.0.a.0"
VALUE "OLESelfRegister", "\0"
END