~canonical-dx-team/unity/unity.maximized_snapoff

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Neil Jagdish Patel
  • Date: 2010-12-17 15:29:15 UTC
  • Revision ID: neil.patel@canonical.com-20101217152915-xt2tk0muy604nzrw
Tags: 3.2.8
3.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
set (PROJECT_NAME "unity")
10
10
set (UNITY_MAJOR 3)
11
11
set (UNITY_MINOR 2)
12
 
set (UNITY_MICRO 6)
 
12
set (UNITY_MICRO 8)
13
13
set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
14
14
set (UNITY_API_VERSION "3.0")
15
15