summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2015-04-07 08:36:20 -0700
committerKevron Rees <kevron.m.rees@intel.com>2015-04-07 09:40:22 -0700
commitcbb93c946ea0876edfc6199ee7401a68ce838e9d (patch)
tree7588becda0a0128068c6fdf0c4e64505e54783ef
parent32df7f8c751417e6da110f45b755cfd4cb7a7733 (diff)
downloadautomotive-message-broker-cbb93c946ea0876edfc6199ee7401a68ce838e9d.tar.gz
[AMB] - Version bump
-rw-r--r--CMakeLists.txt2
-rw-r--r--RELEASE.in.md1
-rw-r--r--RELEASE.md1
3 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e6a862bd..444bbdf4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ include(CMakeDependentOption)
set(PROJECT_NAME "automotive-message-broker")
set(PROJECT_PRETTY_NAME "Automotive Message Broker")
set(PROJECT_SERIES "0.13")
-set(PROJECT_VERSION "0.13.1")
+set(PROJECT_VERSION "0.13.2")
set(PROJECT_CODENAME "agera")
set(PROJECT_QUALITY "final")
diff --git a/RELEASE.in.md b/RELEASE.in.md
index dbce42fd..1cb783dc 100644
--- a/RELEASE.in.md
+++ b/RELEASE.in.md
@@ -23,3 +23,4 @@ Fixes:
- [xwalk extension] fixed set() for some types did not work because of invalid GVariant creation.
- [websocket plugin] Updated html test page. Fixed protocol usage.
- [websocket plugin] Source zones properly supported
+- [ambctl] Fix to use gi.repository instead of old glib/gobject python bindings
diff --git a/RELEASE.md b/RELEASE.md
index af011cdd..f03b41e7 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -23,3 +23,4 @@ Fixes:
- [xwalk extension] fixed set() for some types did not work because of invalid GVariant creation.
- [websocket plugin] Updated html test page. Fixed protocol usage.
- [websocket plugin] Source zones properly supported
+- [ambctl] Fix to use gi.repository instead of old glib/gobject python bindings