~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to CMakeLists.txt

Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
set (PROJECT_NAME "unity")
13
13
set (UNITY_MAJOR 3)
14
14
set (UNITY_MINOR 4)
15
 
set (UNITY_MICRO 4)
 
15
set (UNITY_MICRO 6)
16
16
set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
17
17
set (UNITY_API_VERSION "3.0")
18
18