From: Kevron Rees Date: Sat, 18 May 2013 19:55:06 +0000 (-0700) Subject: named 0.10 release X-Git-Tag: 0.10.800~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ea4d1b3a47fcf05fecd15642ee5db7b9e09cdd2;p=profile%2Fivi%2Fautomotive-message-broker.git named 0.10 release --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b962d1..a44a695 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,9 +7,11 @@ include(FindPkgConfig) set(PROJECT_NAME "automotive-message-broker") set(PROJECT_VERSION "0.9.9") +set(PROJECT_CODENAME "chevelle") add_definitions(-DPROJECT_VERSION="${PROJECT_VERSION}") add_definitions(-DPROJECT_NAME="${PROJECT_NAME}") +add_definitions(-DPROJECT_CODENAME="${PROJECT_CODENAME}") set (LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" ) set (LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/${CMAKE_LIBRARY_ARCHITECTURE}" CACHE STRING "Directory where lib will install") diff --git a/ambd/main.cpp b/ambd/main.cpp index ff61a67..0c44f55 100644 --- a/ambd/main.cpp +++ b/ambd/main.cpp @@ -96,7 +96,7 @@ int main(int argc, char **argv) case 'v': cout<