diff options
author | johnvg | 2006-10-26 10:37:22 +0000 |
---|---|---|
committer | johnvg | 2006-10-26 10:37:22 +0000 |
commit | 5be0f0c90b91bc6437b256719dd3b89ed1ea29ad (patch) | |
tree | 4b80cb3dc9dad99cb75b775ea414867b9cfbe213 /coclmaindll | |
parent | remove clean 1.3 syntax (diff) |
change version number to 2.2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1617 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'coclmaindll')
-rw-r--r-- | coclmaindll/CleanCompiler.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coclmaindll/CleanCompiler.rc b/coclmaindll/CleanCompiler.rc index e3243ea..866ff66 100644 --- a/coclmaindll/CleanCompiler.rc +++ b/coclmaindll/CleanCompiler.rc @@ -2,18 +2,18 @@ #define VERSION_RES_BIN_NAME "CleanCompiler.exe\0" #define VERSION_RES_BIN_DESCRIPTION "Clean Compiler\0" -#define VERSION_RES_STRING "2.1.1\0" +#define VERSION_RES_STRING "2.2\0" #define VERSION_RES_PRODUCT_NAME "CleanSystem\0" #define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0" -#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2005 Radboud University Nijmegen.\0" +#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2006 Radboud University Nijmegen.\0" // // Version resource // VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,1,0 -PRODUCTVERSION 2,1,1,0 +FILEVERSION 2,2,0,0 +PRODUCTVERSION 2,2,0,0 FILEFLAGSMASK 0x0030003FL FILEFLAGS VS_FF_PRERELEASE FILEOS VOS__WINDOWS32 |