summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-06-28 19:27:16 +0100
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-06-28 19:27:16 +0100
commit1560a4767e868c4ed42b528d4a73e12b085ccc6a (patch)
tree6bdf9bf0de883b59ab4a3168759ef6b3ec1ecfe8 /packaging
parentc72dec21843af3cdd0387a738ef5c75213565897 (diff)
downloadmariadb-git-1560a4767e868c4ed42b528d4a73e12b085ccc6a.tar.gz
Expand ${VERSION}
Diffstat (limited to 'packaging')
-rw-r--r--packaging/WiX/create_msi.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/WiX/create_msi.cmake.in b/packaging/WiX/create_msi.cmake.in
index ff18009fd0c..d6725e9ae6c 100644
--- a/packaging/WiX/create_msi.cmake.in
+++ b/packaging/WiX/create_msi.cmake.in
@@ -4,6 +4,7 @@ SET(CANDLE_EXECUTABLE "@CANDLE_EXECUTABLE@")
SET(LIGHT_EXECUTABLE "@LIGHT_EXECUTABLE@")
SET(CMAKE_COMMAND "@CMAKE_COMMAND@")
SET(CMAKE_CFG_INTDIR "@CMAKE_CFG_INTDIR@")
+SET(VERSION "@VERSION@")
SET(MAJOR_VERSION "@MAJOR_VERSION@")
SET(MINOR_VERSION "@MINOR_VERSION@")
SET(PATCH "@PATCH@")