diff options
author | ronny | 2001-07-13 12:24:11 +0000 |
---|---|---|
committer | ronny | 2001-07-13 12:24:11 +0000 |
commit | 265ddc0c5aa02138009ef9e0ec4316633c3cc6e0 (patch) | |
tree | 9f80d1c7754dac9ce482462b4aaa56a79e78db04 /backendC/CleanCompilerSources | |
parent | bug fix: reverse order of functions (in components) (diff) |
bug fix: reverse order of functions (in components)
new backend version (2.0d11)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@545 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources')
-rw-r--r-- | backendC/CleanCompilerSources/backend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h index c36245c..5fd7b01 100644 --- a/backendC/CleanCompilerSources/backend.h +++ b/backendC/CleanCompilerSources/backend.h @@ -1,15 +1,15 @@ /* version info */ // increment this for every release -# define kBEVersionCurrent 0x02000210 +# define kBEVersionCurrent 0x02000211 // change this to the same value as kBEVersionCurrent if the new release is not // upward compatible (for example when a function is added) -# define kBEVersionOldestDefinition 0x02000210 +# define kBEVersionOldestDefinition 0x02000211 // change this to the same value as kBEVersionCurrent if the new release is not // downward compatible (for example when a function is removed) -# define kBEVersionOldestImplementation 0x02000210 +# define kBEVersionOldestImplementation 0x02000211 # define kBEDebug 1 |