Skip to content

Commit

Permalink
bump to 3.11.14
Browse files Browse the repository at this point in the history
Change-Id: I74c7ff3bec9df83423c90fc4f8701f61269f5d8b
  • Loading branch information
houssemkouki committed Feb 14, 2017
1 parent 0d9508d commit 1a2ec5c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.
## 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.13" CACHE STRING "qibuild version" FORCE)
set(QIBUILD_VERSION "3.11.14" CACHE STRING "qibuild version" FORCE)
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog
.. toctree::
:maxdepth: 1

changes/3.11.13
changes/3.11.14
changes/3.11.12
changes/3.11.9
changes/3.11.6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v3.11.13

This comment has been minimized.

Copy link
@vbarbaresi

vbarbaresi Feb 14, 2017

Contributor

Keep the original 3.11.13.rst file

v3.11.14
========

qipkg
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.in.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## found in the COPYING file.

project = u'qiBuild'
version = '3.11.13'
version = '3.11.14'
release = version
sys.path.insert(0, os.path.abspath('../tools'))
# for autodoc
Expand Down
2 changes: 1 addition & 1 deletion python/qisys/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import qisys.script

def print_version(script_name):
sys.stdout.write("%s version 3.11.13\n" % script_name)
sys.stdout.write("%s version 3.11.14\n" % script_name)
import qibuild
qibuild_dir = os.path.dirname(qibuild.__file__)
python_dir = os.path.dirname(qibuild_dir)
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.13",
version="3.11.14",
description="The meta build framework",
url="http://doc.aldebaran.com/qibuild",
author="Aldebaran Robotics",
Expand Down

0 comments on commit 1a2ec5c

Please sign in to comment.