diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-11-12 09:43:57 +0000 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-11-12 09:43:57 +0000 |
| commit | dad92923f1bb0ef889c983323c76401679763df2 (patch) | |
| tree | 5f2b57d430e7da0671ca0bd2f9a1e466c309e8d8 | |
| parent | e39f469c106b11ca804c6a1735ccfb67889f3651 (diff) | |
[release] 3.1.23.1.2
(bzr r576)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 925aeb581..15873b7bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ subdirs (unity services tests) set (PROJECT_NAME "unity") set (UNITY_MAJOR 3) set (UNITY_MINOR 1) -set (UNITY_MICRO 1) +set (UNITY_MICRO 2) set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}") set (UNITY_API_VERSION "3.0") |
