From f4cc3f041e84ff97f75cdf59366f6790d04ec5ce Mon Sep 17 00:00:00 2001 From: Stefan Hacker Date: Wed, 16 Jan 2013 22:55:59 +0100 Subject: [PATCH] Fix mumble_ol.dll not being versioned under windows. * Low impact fix for RC. Directly set VERSION in overlay.pro * Currently the version is set multiple times in different .pro/pri files. This should be refactored to come from a single .pri file (similar to /macx/common.pri) used in all locations. * Should probably use an RC file to be able to set more information --- overlay/overlay.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overlay/overlay.pro b/overlay/overlay.pro index 856e112d7..3c25b09e1 100644 --- a/overlay/overlay.pro +++ b/overlay/overlay.pro @@ -1,5 +1,7 @@ include (../compiler.pri) +VERSION = 1.2.4 +TARGET_EXT = .dll TEMPLATE = lib CONFIG -= qt CONFIG *= dll shared debug_and_release warn_on