~hikiko/unity/unity.updated-schema-lowgfx

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Didier Roche
  • Date: 2012-02-17 10:05:50 UTC
  • Revision ID: didier.roche@canonical.com-20120217100550-avatwpkw6ely4kwp
Tags: 5.4.0
Release\ 5.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#
9
9
set (PROJECT_NAME "unity")
10
10
set (UNITY_MAJOR 5)
11
 
set (UNITY_MINOR 2)
 
11
set (UNITY_MINOR 4)
12
12
set (UNITY_MICRO 0)
13
13
set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
14
14
set (UNITY_API_VERSION "5.0")