aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorronny2001-11-26 14:43:31 +0000
committerronny2001-11-26 14:43:31 +0000
commit50ed8f534d299189ef30947748965b5bba5a8a06 (patch)
tree68658b3258f6b8732b20ecd3ec64d68d54370672
parentbug fix in initialisation (diff)
new backend version
optimisations bug fix in initialisation git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@905 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--MacLibraries/CleanCompilerLibbin421665 -> 422405 bytes
-rw-r--r--backendC/CleanCompilerSources/backend.h2
-rw-r--r--coclmaindll/backend.dllbin289792 -> 290304 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/MacLibraries/CleanCompilerLib b/MacLibraries/CleanCompilerLib
index 3722210..c353097 100644
--- a/MacLibraries/CleanCompilerLib
+++ b/MacLibraries/CleanCompilerLib
Binary files differ
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h
index e8e9a89..fd2e41e 100644
--- a/backendC/CleanCompilerSources/backend.h
+++ b/backendC/CleanCompilerSources/backend.h
@@ -1,7 +1,7 @@
/* version info */
// increment this for every release
-# define kBEVersionCurrent 0x02000217
+# define kBEVersionCurrent 0x02000218
// 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/coclmaindll/backend.dll b/coclmaindll/backend.dll
index 53ffc04..955118d 100644
--- a/coclmaindll/backend.dll
+++ b/coclmaindll/backend.dll
Binary files differ