From ddfcb8c43c65c7d350cb31dd7ee007adb2d1817f Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 17 Nov 2020 15:20:12 +0100 Subject: configure: remove CONFIG_FILEVERSION and CONFIG_PRODUCTVERSION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit version.rc can just use existing preprocessor symbols. Reviewed-by: Marc-André Lureau Signed-off-by: Paolo Bonzini --- version.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.rc') diff --git a/version.rc b/version.rc index d8e1569991..0daadbf981 100644 --- a/version.rc +++ b/version.rc @@ -2,8 +2,8 @@ #include "config-host.h" VS_VERSION_INFO VERSIONINFO -FILEVERSION CONFIG_FILEVERSION -PRODUCTVERSION CONFIG_PRODUCTVERSION +FILEVERSION QEMU_VERSION_MAJOR,QEMU_VERSION_MINOR,QEMU_VERSION_MICRO,0 +PRODUCTVERSION QEMU_VERSION_MAJOR,QEMU_VERSION_MINOR,QEMU_VERSION_MICRO,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_APP -- cgit v1.2.3