diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-02-25 12:41:31 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-02-25 12:41:31 +0000 |
| commit | 563ffd53724177a8d2ce9544753de6bd8e9787e7 (patch) | |
| tree | 5f4448cb5e4fc9d160d7c6c7e3642fe6ae711420 /packaging/windows-exe | |
| parent | b2bd9d180c237636e8b1894eaf7d190872fbf4f2 (diff) | |
| parent | 2ba2833db6964c376ae631e4e2c2077035a32d04 (diff) | |
| download | rabbitmq-server-git-563ffd53724177a8d2ce9544753de6bd8e9787e7.tar.gz | |
Merge in default.
Diffstat (limited to 'packaging/windows-exe')
| -rw-r--r-- | packaging/windows-exe/rabbitmq_nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in index f5257040ef..b351430eb8 100644 --- a/packaging/windows-exe/rabbitmq_nsi.in +++ b/packaging/windows-exe/rabbitmq_nsi.in @@ -37,7 +37,7 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "RabbitMQ Server" ;VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "" VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "VMware, Inc" ;VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" "" ; TODO ? -VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (c) 2007-2012 VMware, Inc. All rights reserved." +VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (c) 2007-2013 VMware, Inc. All rights reserved." VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "RabbitMQ Server" VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "%%VERSION%%" |
