We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4273fe commit f71f3aaCopy full SHA for f71f3aa
Assets/Integrations/Autodesk/maya/scripts/unityOneClick/version.py
@@ -19,7 +19,7 @@
19
@defgroup UnityOneClickPluginVersion Plugin Version
20
@ingroup UnityOneClickPlugin
21
"""
22
-VERSION = build20170921001
+VERSION = 'build20170921001'
23
24
def pluginPrefix():
25
CMakeLists.txt
@@ -98,7 +98,7 @@ add_custom_target(
98
"${CMAKE_SOURCE_DIR}/scripts/file-search-replace.py"
99
"${CMAKE_SOURCE_DIR}/Assets/Integrations/Autodesk/maya/scripts/unityOneClick/version.py"
100
".*VERSION.*=.*"
101
- "VERSION = ${PACKAGE_VERSION}"
+ "VERSION = '${PACKAGE_VERSION}'"
102
DEPENDS "${CMAKE_SOURCE_DIR}/scripts/file-search-replace.py"
103
COMMENT "Replacing version number in files"
104
)
0 commit comments