Skip to content

Commit b9fc126

Browse files
committed
forwarding version to 3.0.2 in code
1 parent ecaee46 commit b9fc126

19 files changed

+26
-26
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Control Toolbox
2-
![Travis (.org) branch](https://img.shields.io/travis/ethz-adrl/control-toolbox/3.0.1.svg?style=popout-square)
2+
![Travis (.org) branch](https://img.shields.io/travis/ethz-adrl/control-toolbox/3.0.2.svg?style=popout-square)
33
![GitHub top language](https://img.shields.io/github/languages/top/ethz-adrl/control-toolbox.svg?style=social)
44
![GitHub](https://img.shields.io/github/license/ethz-adrl/control-toolbox.svg?style=social)
55

ct/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.3)
2-
project(ct VERSION 3.0.1 LANGUAGES CXX)
2+
project(ct VERSION 3.0.2 LANGUAGES CXX)
33

44
#Make sure metapackage does not fail when building documentation
55
add_custom_target(doc

ct/package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<package>
22
<name>ct</name>
3-
<version>3.0.1</version>
3+
<version>3.0.2</version>
44
<description>
5-
ADRL Control Toolbox 3.0.1
5+
ADRL Control Toolbox 3.0.2
66
</description>
77
<maintainer email="[email protected]">Markus Giftthaler</maintainer>
88
<license>BSD-2</license>

ct_core/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../ct/cmake/explicitTemplateHelpers.cmake)
55
include(${CMAKE_CURRENT_SOURCE_DIR}/../ct/cmake/clang-cxx-dev-tools.cmake)
66

77

8-
project(ct_core VERSION 3.0.1 LANGUAGES CXX)
8+
project(ct_core VERSION 3.0.2 LANGUAGES CXX)
99

1010

1111
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

ct_core/doc/ct_core.doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ PROJECT_NAME = " "
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.0.1
41+
PROJECT_NUMBER = 3.0.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF = " - 3.0.1 core module."
47+
PROJECT_BRIEF = " - 3.0.2 core module."
4848

4949
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
5050
# the documentation. The maximum height of the logo should not exceed 55 pixels

ct_core/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>ct_core</name>
3-
<version>3.0.1</version>
3+
<version>3.0.2</version>
44
<description>
55
Control toolbox - core module.
66
</description>

ct_doc/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.3)
22

3-
project (ct_doc VERSION 3.0.1 )
3+
project (ct_doc VERSION 3.0.2 )
44

55
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
66

ct_doc/doc/changelog.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For a complete list of changes, we encourage you to check out our git repository
1212
- simplified user-interface to the 7 different iLQR-style solver variants
1313
- removed copied code from external repos (CppAD and CppADCodeGen) and provided install script instead
1414

15-
\section cl_v301 Version 3.0.1
15+
\section cl_v301 Version 3.0.2
1616
- enabled compatibility with pure cmake (no catkin or ROS required anymore)
1717
- fixed bug in explicit template prespecification
1818
- fixed bug in exporting dependencies on external solvers

ct_doc/doc/ct_doc.doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ PROJECT_NAME = " "
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.0.1
41+
PROJECT_NUMBER = 3.0.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF = " - 3.0.1 Documentation"
47+
PROJECT_BRIEF = " - 3.0.2 Documentation"
4848

4949
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
5050
# the documentation. The maximum height of the logo should not exceed 55 pixels

ct_doc/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>ct_doc</name>
3-
<version>3.0.1</version>
3+
<version>3.0.2</version>
44
<description>
55
Control toolbox - Documentation
66
</description>

ct_models/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../ct/cmake/compilerSettings.cmake)
44
include(${CMAKE_CURRENT_SOURCE_DIR}/../ct/cmake/explicitTemplateHelpers.cmake)
55
include(${CMAKE_CURRENT_SOURCE_DIR}/../ct/cmake/clang-cxx-dev-tools.cmake)
66

7-
project(ct_models VERSION 3.0.1 LANGUAGES CXX)
7+
project(ct_models VERSION 3.0.2 LANGUAGES CXX)
88

99
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
1010
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wfatal-errors -std=c++14 -Wall -Wno-unknown-pragmas")

ct_models/doc/ct_models.doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ PROJECT_NAME = ""
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.0.1
41+
PROJECT_NUMBER = 3.0.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF = " - 3.0.1 models module."
47+
PROJECT_BRIEF = " - 3.0.2 models module."
4848

4949
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
5050
# the documentation. The maximum height of the logo should not exceed 55 pixels

ct_models/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>ct_models</name>
3-
<version>3.0.1</version>
3+
<version>3.0.2</version>
44
<description>
55
Control toolbox - models module.
66
</description>

ct_optcon/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../ct/cmake/explicitTemplateHelpers.cmake)
55
include(${CMAKE_CURRENT_SOURCE_DIR}/../ct/cmake/clang-cxx-dev-tools.cmake)
66

77

8-
project(ct_optcon VERSION 3.0.1 LANGUAGES CXX)
8+
project(ct_optcon VERSION 3.0.2 LANGUAGES CXX)
99

1010

1111
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
@@ -79,7 +79,7 @@ if(IPOPT_FOUND)
7979
endif()
8080

8181

82-
## include SNOPT -- todo SNOPT not tested in version 3.0.1, temporarily deactivated
82+
## include SNOPT -- todo SNOPT not tested in version 3.0.2, temporarily deactivated
8383
#set(SNOPT_TARGET "")
8484
#if(DEFINED ENV{SNOPT_SOURCE_DIR})
8585
# set(BUILD_WITH_SNOPT_SUPPORT ON)

ct_optcon/doc/ct_optcon.doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ PROJECT_NAME =
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.0.1
41+
PROJECT_NUMBER = 3.0.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF = " - 3.0.1 optimal control module."
47+
PROJECT_BRIEF = " - 3.0.2 optimal control module."
4848

4949
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
5050
# the documentation. The maximum height of the logo should not exceed 55 pixels

ct_optcon/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>ct_optcon</name>
3-
<version>3.0.1</version>
3+
<version>3.0.2</version>
44
<description>
55
Control toolbox - optcon module.
66
</description>

ct_rbd/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../ct/cmake/compilerSettings.cmake)
44
include(${CMAKE_CURRENT_SOURCE_DIR}/../ct/cmake/explicitTemplateHelpers.cmake)
55
include(${CMAKE_CURRENT_SOURCE_DIR}/../ct/cmake/clang-cxx-dev-tools.cmake)
66

7-
project(ct_rbd VERSION 3.0.1 LANGUAGES CXX)
7+
project(ct_rbd VERSION 3.0.2 LANGUAGES CXX)
88

99

1010
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

ct_rbd/doc/ct_rbd.doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ PROJECT_NAME = ""
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.0.1
41+
PROJECT_NUMBER = 3.0.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF = " - 3.0.1 rigid body dynamics module."
47+
PROJECT_BRIEF = " - 3.0.2 rigid body dynamics module."
4848

4949

5050
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in

ct_rbd/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>ct_rbd</name>
3-
<version>3.0.1</version>
3+
<version>3.0.2</version>
44
<description>
55
Control toolbox - rbd module.
66
</description>

0 commit comments

Comments
 (0)