~ci-train-bot/unity-api/unity-api-ubuntu-yakkety-landing-073

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Marcus Tomlinson
  • Date: 2016-04-05 06:03:31 UTC
  • mfrom: (213.2.27 lp-1552082)
  • Revision ID: ci-train-bot@canonical.com-20160405060331-of9ys2hpycxm9kjj
Add set*() methods to IniParser Fixes: #1552082
Approved by: Michi Henning, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
# API version
123
123
set(UNITY_API_MAJOR 0)
124
124
set(UNITY_API_MINOR 1)
125
 
set(UNITY_API_MICRO 5)
 
125
set(UNITY_API_MICRO 6)
126
126
set(UNITY_API_VERSION "${UNITY_API_MAJOR}.${UNITY_API_MINOR}.${UNITY_API_MICRO}")
127
127
 
128
128
# API library