diff options
author | johnvg | 2005-04-22 15:03:47 +0000 |
---|---|---|
committer | johnvg | 2005-04-22 15:03:47 +0000 |
commit | f71f86152f2fecedbabedc346c951ce68a2b7944 (patch) | |
tree | 342441699fa1bcce38fc990e5990b52f69e30e39 /coclmaindll | |
parent | remove code for Clean 1.3 (diff) |
increment version number to 2.1.1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1539 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'coclmaindll')
-rw-r--r-- | coclmaindll/CleanCompiler.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coclmaindll/CleanCompiler.rc b/coclmaindll/CleanCompiler.rc index 7b55f28..e3243ea 100644 --- a/coclmaindll/CleanCompiler.rc +++ b/coclmaindll/CleanCompiler.rc @@ -2,10 +2,10 @@ #define VERSION_RES_BIN_NAME "CleanCompiler.exe\0" #define VERSION_RES_BIN_DESCRIPTION "Clean Compiler\0" -#define VERSION_RES_STRING "2.1.1b1\0" +#define VERSION_RES_STRING "2.1.1\0" #define VERSION_RES_PRODUCT_NAME "CleanSystem\0" #define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0" -#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2004 Radboud University Nijmegen.\0" +#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2005 Radboud University Nijmegen.\0" // // Version resource |