Skip to content

Commit

Permalink
qibuild v3.12rc4
Browse files Browse the repository at this point in the history
Change-Id: I2bcd3913227b872310b70d39e870b3dfacb48449
  • Loading branch information
Vincent Barbaresi committed May 20, 2016
1 parent c1a3a9b commit f1e4e31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.12rc3'
version = '3.12rc4'
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 @@ -13,7 +13,7 @@
import qisys.script

def print_version(script_name):
sys.stdout.write("%s version 3.12rc3\n" % script_name)
sys.stdout.write("%s version 3.12rc4\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.12rc3",
version="3.12rc4",
description="The meta build framework",
url="http://doc.aldebaran.com/qibuild",
author="Aldebaran Robotics",
Expand Down

0 comments on commit f1e4e31

Please sign in to comment.