diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-09-08 16:12:52 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-09-08 16:12:52 +0100 |
| commit | 7a3704b02a75ad71bbe03572cb49079126423520 (patch) | |
| tree | 7ac82fd66d474ce38983f69228ed8671e5ad394f | |
| parent | 5dc8fa74bd25c0b95cb0a49c5a9aaaf8a2a85621 (diff) | |
[release] 4.14.24.14.2
(bzr r1527)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e37e3c282..5eb94658d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ subdirs (doc services tests tools UnityCore guides) set (PROJECT_NAME "unity") set (UNITY_MAJOR 4) set (UNITY_MINOR 14) -set (UNITY_MICRO 0) +set (UNITY_MICRO 2) set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}") set (UNITY_API_VERSION "4.0") |
