From d37f9b2ae4e506a3a1a082c97a2c6d069f97710f Mon Sep 17 00:00:00 2001 From: johnvg Date: Mon, 25 Mar 2002 13:42:16 +0000 Subject: synchronize version number with backend.dcl git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1060 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/backend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backendC') 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 -- cgit v1.2.3