From 1b3bbc68872be5b618811db9dae611373c49f823 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Tue, 21 Nov 2017 12:04:34 +0000 Subject: Use qemu.org domain name The owner of qemu.org has delegated authority to modify DNS records to the QEMU Project. This has allowed us to use the domain name without worries about IP address changes or technical issues disrupting service. The issues described in commit 859389810910f232188675d2f10b15f1aad77660 ("Use qemu-project.org domain name") have therefore been mitigated. This patch switches back to consistently using qemu.org instead of qemu-project.org in documentation, version.rc, and the Windows installer script. The git submodules and SeaBIOS still use qemu-project.org for the time being. This will be fixed in the QEMU 2.12 release cycle. Signed-off-by: Stefan Hajnoczi Message-id: 20171121120435.28728-2-stefanha@redhat.com Signed-off-by: Peter Maydell --- version.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.rc') diff --git a/version.rc b/version.rc index d42ef62962..a50d62fa0c 100644 --- a/version.rc +++ b/version.rc @@ -13,7 +13,7 @@ FILESUBTYPE VFT2_UNKNOWN { BLOCK "040904E4" { - VALUE "CompanyName", "http://www.qemu-project.org" + VALUE "CompanyName", "http://www.qemu.org" VALUE "FileDescription", "QEMU machine emulators and tools" VALUE "FileVersion", QEMU_VERSION VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License." -- cgit v1.2.3