diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-03-07 17:25:51 +0000 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-03-07 17:25:51 +0000 |
| commit | a470a747c8a19b17249be48fc1cb9a8a4e5bb1aa (patch) | |
| tree | f7c3cbba52fe58fcaba0d2a55dbff496b19b00c5 | |
| parent | a026f3fbc446b9e794b9938cd17087cdc966355d (diff) | |
[release] 3.6.23.6.2
(bzr r930)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 72d1780e7..443ed4ecd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ subdirs (services tests tools doc) set (PROJECT_NAME "unity") set (UNITY_MAJOR 3) set (UNITY_MINOR 6) -set (UNITY_MICRO 0) +set (UNITY_MICRO 2) set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}") set (UNITY_API_VERSION "3.0") |
