Skip to content

Commit

Permalink
qibuild 3.10rc2
Browse files Browse the repository at this point in the history
Change-Id: I08fa0c9ac988251143ec13a623f67ad9d07f4991
  • Loading branch information
dmerejkowsky committed Sep 9, 2015
1 parent 5030f0d commit 272f27e
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.10rc1'
version = '3.10rc2'
sys.path.insert(0, os.path.abspath('../tools'))
# for autodoc
sys.path.insert(0, os.path.abspath('../../python'))
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.10rc1\n" % script_name)
sys.stdout.write("%s version 3.10rc2\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 @@ -21,7 +21,7 @@ def get_qibuild_cmake_files():
data_files = get_qibuild_cmake_files()

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

0 comments on commit 272f27e

Please sign in to comment.