summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2015-01-06 18:47:43 -0800
committerKevron Rees <kevron.m.rees@intel.com>2015-01-06 18:47:43 -0800
commit530e56c54f0454d17cd9cc07fd85ee0f6884b5ff (patch)
tree037926a5ddf3eec0a5b55d0e1c3994aad8ad62b8
parent49833d1441f7453815c0a6df6026fa1cf06fa71d (diff)
downloadautomotive-message-broker-530e56c54f0454d17cd9cc07fd85ee0f6884b5ff.tar.gz
version bump 0.13
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 968af296..5461a058 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,9 +8,9 @@ include(CMakeDependentOption)
set(PROJECT_NAME "automotive-message-broker")
set(PROJECT_PRETTY_NAME "Automotive Message Broker")
-set(PROJECT_VERSION "0.12.903")
+set(PROJECT_VERSION "0.13")
set(PROJECT_CODENAME "agera")
-set(PROJECT_QUALITY "beta")
+set(PROJECT_QUALITY "final")
add_definitions(-DPROJECT_VERSION="${PROJECT_VERSION}")
add_definitions(-DPROJECT_NAME="${PROJECT_NAME}")