~bitshifternz/unity/bug-750349-restore-state

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Neil Jagdish Patel
  • Date: 2011-04-07 14:49:31 UTC
  • Revision ID: neil.patel@canonical.com-20110407144931-3lzh6e6lomnc554l
Tags: 3.8.4
[release] 3.8.4

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 8)
15
 
set (UNITY_MICRO 2)
 
15
set (UNITY_MICRO 4)
16
16
set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
17
17
set (UNITY_API_VERSION "3.0")
18
18