~unity-team/unity/unity.dash-no-grab

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Neil Jagdish Patel
  • Date: 2011-08-01 15:35:41 UTC
  • Revision ID: neil.patel@canonical.com-20110801153541-taomthago3uesz08
Tags: 4.6.0
Release\ 4.6.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 4)
14
 
set (UNITY_MINOR 4)
 
14
set (UNITY_MINOR 6)
15
15
set (UNITY_MICRO 0)
16
16
set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
17
17
set (UNITY_API_VERSION "4.0")