diff options
Diffstat (limited to 'src/version.rc')
-rw-r--r-- | src/version.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version.rc b/src/version.rc index dbd0c7bebd..246c523b2c 100644 --- a/src/version.rc +++ b/src/version.rc @@ -32,14 +32,14 @@ BEGIN BEGIN
VALUE "Comments", "Licensed under the terms of the GNU General Public License\0"
VALUE "CompanyName", " \0"
- VALUE "FileDescription", "Miranda IM\0"
+ VALUE "FileDescription", "Miranda NG\0"
VALUE "FileVersion", MIRANDA_VERSION_DISPLAY
VALUE "InternalName", "miranda32\0"
- VALUE "LegalCopyright", "Copyright © 2000-2010 Miranda IM Project. This software is released under the terms of the GNU General Public License.\0"
+ VALUE "LegalCopyright", "Copyright © 2000-2012 Miranda NG Project. This software is released under the terms of the GNU General Public License.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "miranda32.exe\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Miranda IM\0"
+ VALUE "ProductName", "Miranda NG\0"
VALUE "ProductVersion", MIRANDA_VERSION_DISPLAY
VALUE "SpecialBuild", "\0"
END
|