From b5ad508acafca30092531a4e54a6f15b4037e054 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Fri, 3 May 2013 23:49:06 -0700 Subject: [PATCH] this will be version 0.10.0 when it's ready --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 010055b..8832a63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_BUILD_TYPE, Debug) include(FindPkgConfig) set(PROJECT_NAME "automotive-message-broker") -set(PROJECT_VERSION "0.8.9") +set(PROJECT_VERSION "0.9.9") add_definitions(-DPROJECT_VERSION="${PROJECT_VERSION}") add_definitions(-DPROJECT_NAME="${PROJECT_NAME}") -- 2.7.4