diff options
author | johnvg | 2002-03-25 13:42:16 +0000 |
---|---|---|
committer | johnvg | 2002-03-25 13:42:16 +0000 |
commit | d37f9b2ae4e506a3a1a082c97a2c6d069f97710f (patch) | |
tree | 952ba299271a1dbf5af5846a6bafe7d550a07705 | |
parent | bug fix: prevent compiler crash if type in icl module has (diff) |
synchronize version number with backend.dcl
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1060 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | backendC/CleanCompilerSources/backend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h index 6cc948f..b66f099 100644 --- a/backendC/CleanCompilerSources/backend.h +++ b/backendC/CleanCompilerSources/backend.h @@ -1,7 +1,7 @@ /* version info */ // increment this for every release -# define kBEVersionCurrent 0x02000800 +# define kBEVersionCurrent 0x02010801 // change this to the same value as kBEVersionCurrent if the new release is // not upward compatible (for example when a function is added) @@ -9,7 +9,7 @@ // 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 0x02000216 +# define kBEVersionOldestImplementation 0x02010801 # define kBEDebug 1 |