diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-03-31 23:17:34 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-03-31 23:17:34 +0100 |
| commit | 4ebd1b0574ee8e5a328cf1d1a2ccd876e2ceeb2b (patch) | |
| tree | 8e643f59a3990ff8d958a68261fe92225fa3cfbf | |
| parent | cf9c5cbc03598604471d2893aa2ed405a5e95134 (diff) | |
[release] 3.8.23.8.2
(bzr r1065)
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b1389b0d3..dcca38368 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ subdirs (services tests tools doc) # set (PROJECT_NAME "unity") set (UNITY_MAJOR 3) -set (UNITY_MINOR 6) -set (UNITY_MICRO 8) +set (UNITY_MINOR 8) +set (UNITY_MICRO 2) set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}") set (UNITY_API_VERSION "3.0") |
