diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-02-03 15:59:12 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-02-03 15:59:12 +0000 |
| commit | b54325a00eb7ecdac8eb88e408a57682e3e7cc35 (patch) | |
| tree | c160882fa174b8b61d3329b570a6f2112dc43b5d /packaging/windows-exe | |
| parent | 0cf73a65a40fc55b2d2bc847a3b7a4097aba22b3 (diff) | |
| parent | c98126aea314533b1f84298b59da70c467020e64 (diff) | |
| download | rabbitmq-server-git-b54325a00eb7ecdac8eb88e408a57682e3e7cc35.tar.gz | |
Merge bug24702
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 27e4e1dc03..91510991cc 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-2011 VMware, Inc. All rights reserved." +VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (c) 2007-2012 VMware, Inc. All rights reserved." VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "RabbitMQ Server" VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "%%VERSION%%" |
