Skip to content

Commit

Permalink
Fix mumble_ol.dll not being versioned under windows.
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hacst committed Jan 20, 2013
1 parent 1a9aec9 commit f4cc3f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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
Expand Down

0 comments on commit f4cc3f0

Please sign in to comment.