Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2013-01-17 01:55:59 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2013-01-20 22:22:05 +0400
commitf4cc3f041e84ff97f75cdf59366f6790d04ec5ce (patch)
treeba075fde6d2e4fd925872fbf2a8b422745c229a4 /overlay
parent1a9aec9f6cc5817c4278ffcde2baa747cc246600 (diff)
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
Diffstat (limited to 'overlay')
-rw-r--r--overlay/overlay.pro2
1 files changed, 2 insertions, 0 deletions
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