summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <tripzero.kev@gmail.com>2015-01-19 16:23:14 -0800
committerKevron Rees <kevron.m.rees@intel.com>2015-01-26 13:15:56 -0800
commitcbc7419b0d7d03d9687bd16c280e31f3f09b69cc (patch)
treece93849b8021712d63c1ccb9b341a94e41c9fdc1
parent73f96084c962dedef67f0421ec90f974a480e4c9 (diff)
downloadautomotive-message-broker-cbc7419b0d7d03d9687bd16c280e31f3f09b69cc.tar.gz
Version bump: 0.13.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--RELEASE.in.md2
-rw-r--r--RELEASE.md6
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