diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-04-19 17:51:53 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-04-19 17:51:53 +0100 |
| commit | bad320842e6526f58e2d6f2755ee39f67110aebe (patch) | |
| tree | d2f826553659ca328302f301d9569cfdad8ba50f | |
| parent | 4e077bc991352693797dbf60fe80794103528dd4 (diff) | |
[release] 3.8.103.8.10
(bzr r1165)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 53996ff4b..a943be9bc 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 8) -set (UNITY_MICRO 8) +set (UNITY_MICRO 10) set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}") set (UNITY_API_VERSION "3.0") |
