~canonical-dx-team/unity/unity.fix-701543

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Neil Jagdish Patel
  • Date: 2011-01-31 16:20:35 UTC
  • Revision ID: neil.patel@canonical.com-20110131162035-wn32ck7cvxrrqj04
Tags: 3.4.0
[release] 3.4.0

Show diffs side-by-side

added added

removed removed

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