From fba7d610d93c4c38c65538286877892cbe817e1e Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Tue, 29 Nov 2011 13:48:53 +0000 Subject: [PATCH] change version number to 2.4 --- Ide/idehelp.icl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Ide/idehelp.icl b/Ide/idehelp.icl index c54a489..1042d47 100644 --- a/Ide/idehelp.icl +++ b/Ide/idehelp.icl @@ -61,7 +61,7 @@ IDE_VERSION +++. CLEAN_VERSION +++. EXE_VERSION -BUILD_VERSION :== "v2.2 build 2006-10-26 " +BUILD_VERSION :== "v2.4 " PLATFORM = case toInt '\n' of @@ -70,5 +70,4 @@ PLATFORM _ -> "??? " CLEAN_VERSION - # clean = "(2.2) " - = clean + = "(2.4) " -- GitLab