Skip to content

Commit

Permalink
qibuild 3.11rc1
Browse files Browse the repository at this point in the history
Change-Id: I0f249c7795f5bee8759bfb8de4436fd0960530a0
  • Loading branch information
dmerejkowsky committed Dec 15, 2015
1 parent 84c907e commit a5339dc
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.11a1'
version = '3.11rc1'
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.11a1\n" % script_name)
sys.stdout.write("%s version 3.11rc1\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.11a1",
version="3.11rc1",
description="The meta build framework",
url="http://doc.aldebaran.com/qibuild",
author="Aldebaran Robotics",
Expand Down

0 comments on commit a5339dc

Please sign in to comment.