Skip to content

Commit

Permalink
qibuild 3.10rc1
Browse files Browse the repository at this point in the history
Change-Id: I3d22cea3a8248270a248fa102198f4b507b1e9d1
  • Loading branch information
dmerejkowsky committed Aug 27, 2015
1 parent 3787768 commit a97f988
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.10alpha'
version = '3.10rc1'
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.10alpha\n" % script_name)
sys.stdout.write("%s version 3.10rc1\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.10alpha",
version="3.10rc1",
description="The meta build framework",
url="http://doc.aldebaran.com/qibuild",
author="Aldebaran Robotics",
Expand Down

0 comments on commit a97f988

Please sign in to comment.