From 9740fdec8cc268776a504390b9d50fbaba47d8a4 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 30 Nov 2006 12:06:52 +0000 Subject: use version number 920 on 64 bit platforms git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1629 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/version.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'backendC/CleanCompilerSources') diff --git a/backendC/CleanCompilerSources/version.c b/backendC/CleanCompilerSources/version.c index 6ba358c..b74fb35 100644 --- a/backendC/CleanCompilerSources/version.c +++ b/backendC/CleanCompilerSources/version.c @@ -1,7 +1,3 @@ #include "version.h" -#ifdef _WIN64 -int VERSION=919; -#else int VERSION=920; -#endif -- cgit v1.2.3