From b9ff9a325a065b305388f1bfa817ad365cb4552e Mon Sep 17 00:00:00 2001 From: johnvg Date: Mon, 3 Sep 2001 15:09:11 +0000 Subject: new version number git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@734 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/backend.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backendC') diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h index 81aba78..0da892e 100644 --- a/backendC/CleanCompilerSources/backend.h +++ b/backendC/CleanCompilerSources/backend.h @@ -1,15 +1,15 @@ /* version info */ // increment this for every release -# define kBEVersionCurrent 0x02000211 +# define kBEVersionCurrent 0x02000212 // 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 0x02000211 +# define kBEVersionOldestDefinition 0x02000212 // 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 0x02000211 +# define kBEVersionOldestImplementation 0x02000212 # define kBEDebug 1 -- cgit v1.2.3