From cbc7419b0d7d03d9687bd16c280e31f3f09b69cc Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Mon, 19 Jan 2015 16:23:14 -0800 Subject: Version bump: 0.13.1 --- CMakeLists.txt | 2 +- RELEASE.in.md | 2 +- RELEASE.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dcf72f8..5517221a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(CMakeDependentOption) set(PROJECT_NAME "automotive-message-broker") set(PROJECT_PRETTY_NAME "Automotive Message Broker") -set(PROJECT_VERSION "0.13") +set(PROJECT_VERSION "0.13.1") set(PROJECT_CODENAME "agera") set(PROJECT_QUALITY "final") diff --git a/RELEASE.in.md b/RELEASE.in.md index b92eb7ac..09ff867f 100644 --- a/RELEASE.in.md +++ b/RELEASE.in.md @@ -1,4 +1,4 @@ -Release notes for release 0.13 +Release notes for release @PROJECT_VERSION@ New features: - [xwalk extension] implements full W3C automotive BG vehicle and data APIs diff --git a/RELEASE.md b/RELEASE.md index 777f85ec..44f3b232 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -Release notes for release 0.13 +Release notes for release 0.13.1 New features: - [xwalk extension] implements full W3C automotive BG vehicle and data APIs @@ -15,8 +15,8 @@ Changes: - [websocket plugin] protocol changes: getSupportedEventTypes is getSupported. 'data' changed type to array of objects instead of array of strings. See plugins/websocket/protocol - Removed old ButtonEvent interface as it conflicted with the new ButtonEvent. -- Extensive documentation improvements. Plugin docs install to /usr/share/doc/packages/automotive-message-broker/plugins/. -- Bluemonkey JS API docs /usr/share/doc/packages/automotive-message-broker/plugins/bluemonkey/html/. +- Extensive documentation improvements. Plugin docs install to /usr/share/doc/packages/automotive-message-broker/0.13.1/plugins/. +- Bluemonkey JS API docs /usr/share/doc/packages/automotive-message-broker/0.13.1/plugins/bluemonkey/html/. Fixes: - [DBus plugin] Fix exporting properties in zones that really don't have support -- cgit v1.2.1