]> git.proxmox.com Git - mirror_qemu.git/blobdiff - ui/cocoa.m
Polish the version strings containing the package version
[mirror_qemu.git] / ui / cocoa.m
index 18de0bb3eaa1debfd0610d22e8e58673941606ba..110b393e4e7b92907a5887102298fbb14a0595ff 100644 (file)
@@ -1330,7 +1330,7 @@ QemuCocoaView *cocoaView;
     /* Create the version string*/
     NSString *version_string;
     version_string = [[NSString alloc] initWithFormat:
-    @"QEMU emulator version %s%s", QEMU_VERSION, QEMU_PKGVERSION];
+    @"QEMU emulator version %s", QEMU_FULL_VERSION];
     [version_label setStringValue: version_string];
     [superView addSubview: version_label];