diff options
author | ronny | 2001-11-26 14:43:31 +0000 |
---|---|---|
committer | ronny | 2001-11-26 14:43:31 +0000 |
commit | 50ed8f534d299189ef30947748965b5bba5a8a06 (patch) | |
tree | 68658b3258f6b8732b20ecd3ec64d68d54370672 /backendC | |
parent | bug 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
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |