summaryrefslogtreecommitdiff
path: root/resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'resource.rc')
-rw-r--r--resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/resource.rc b/resource.rc
index ef013684..54ba6078 100644
--- a/resource.rc
+++ b/resource.rc
@@ -23,7 +23,7 @@ BEGIN
VALUE "FileVersion", VER_FREEFILESYNC_STR
VALUE "ProductName", "FreeFileSync\0"
VALUE "ProductVersion", VER_FREEFILESYNC_STR
- VALUE "LegalCopyright", "(c) 2008 - 2010 ZenJu\0"
+ VALUE "LegalCopyright", "(c) 2008 - 2011 ZenJu\0"
END
END
BLOCK "VarFileInfo"
bgstack15