Skip to content

Commit

Permalink
create new 3.11.15 version
Browse files Browse the repository at this point in the history
Change-Id: Iaef0bba56f462986ab0ba256a6b7a5c2a75bcd05
  • Loading branch information
houssemkouki committed Sep 4, 2017
1 parent 0cae606 commit fa0267e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmake/qibuild/version.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2015 Aldebaran Robotics. All rights reserved.
## Copyright (c) 2012-2017 Aldebaran Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.
set(QIBUILD_VERSION "3.11.14" CACHE STRING "qibuild version" FORCE)
set(QIBUILD_VERSION "3.11.15" CACHE STRING "qibuild version" FORCE)
1 change: 1 addition & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog
.. toctree::
:maxdepth: 1

changes/3.11.15
changes/3.11.14
changes/3.11.12
changes/3.11.9
Expand Down
9 changes: 9 additions & 0 deletions doc/source/changes/3.11.15.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v3.11.14
========

qibuild deploy
-----------

* update third party sub-packages behavior to not deploy them
* Do not build dependencies tagged as testtime when QI_WITH_TESTS is set to OFF
* Add a dict to access CMake vars in build_config
4 changes: 2 additions & 2 deletions doc/source/conf.in.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Copyright (c) 2012-2015 Aldebaran Robotics. All rights reserved.
## Copyright (c) 2012-2017 Aldebaran Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

project = u'qiBuild'
version = '3.11.14'
version = '3.11.15'
release = version
sys.path.insert(0, os.path.abspath('../tools'))
# for autodoc
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_qibuild_cmake_files():
data_files = get_qibuild_cmake_files()

setup(name="qibuild",
version="3.11.14",
version="3.11.15",
description="The meta build framework",
url="http://doc.aldebaran.com/qibuild",
author="Aldebaran Robotics",
Expand Down

0 comments on commit fa0267e

Please sign in to comment.