From 50ed8f534d299189ef30947748965b5bba5a8a06 Mon Sep 17 00:00:00 2001 From: ronny Date: Mon, 26 Nov 2001 14:43:31 +0000 Subject: 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 --- MacLibraries/CleanCompilerLib | Bin 421665 -> 422405 bytes backendC/CleanCompilerSources/backend.h | 2 +- coclmaindll/backend.dll | Bin 289792 -> 290304 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/MacLibraries/CleanCompilerLib b/MacLibraries/CleanCompilerLib index 3722210..c353097 100644 Binary files a/MacLibraries/CleanCompilerLib and b/MacLibraries/CleanCompilerLib 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 Binary files a/coclmaindll/backend.dll and b/coclmaindll/backend.dll differ -- cgit v1.2.3