diff options
author | ronny | 2003-10-15 13:34:49 +0000 |
---|---|---|
committer | ronny | 2003-10-15 13:34:49 +0000 |
commit | bccfaa0c97c6a3206c22693ea399b1bcee989175 (patch) | |
tree | 03d6b36c37d0dda0e362ae388bb90726ac95a74b /backendC/CleanCompilerSources | |
parent | removed BESwapTypes (diff) |
update version to 2.1.0 alpha 0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1388 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources')
-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 ed839e9..e72cceb 100644 --- a/backendC/CleanCompilerSources/backend.h +++ b/backendC/CleanCompilerSources/backend.h @@ -1,7 +1,7 @@ /* version info */ // increment this for every release -# define kBEVersionCurrent 0x02030407 +# define kBEVersionCurrent 0x02100400 // change this to the same value as kBEVersionCurrent if the new release is // not upward compatible (for example when a function is added) |