diff options
author | ronny | 2003-10-27 15:50:37 +0000 |
---|---|---|
committer | ronny | 2003-10-27 15:50:37 +0000 |
commit | d3e302bdfdcdaf9e9b865d99cff98a0bc4443134 (patch) | |
tree | d3dfc1a6a261829ba81b2098eb56f0ff63244cad /backendC/CleanCompilerSources | |
parent | commit again to prevent cr/lf conversion (diff) |
update backend version number for 2.1 release
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1417 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 f194438..e0ecc0d 100644 --- a/backendC/CleanCompilerSources/backend.h +++ b/backendC/CleanCompilerSources/backend.h @@ -1,7 +1,7 @@ /* version info */ // increment this for every release -# define kBEVersionCurrent 0x02100401 +# define kBEVersionCurrent 0x02100800 // change this to the same value as kBEVersionCurrent if the new release is // not upward compatible (for example when a function is added) |