Skip to content

Commit 41b4fbe

Browse files
committed
Update changelog and bump version to 6.14.1
1 parent 760c54f commit 41b4fbe

File tree

48 files changed

+59
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+59
-46
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions

examples/atlas_puppet/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/atlas_simbicon/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/biped_stand/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/box_stacking/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/boxes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_add_delete_skels/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_atlas_simbicon/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_biped_stand/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

examples/deprecated_examples/glut_hardcoded_design/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(DART_IN_SOURCE_BUILD)
1212
return()
1313
endif()
1414

15-
find_package(DART 6.14.0 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.1 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

1717
file(GLOB srcs "*.cpp" "*.hpp")
1818
add_executable(${example_name} ${srcs})

0 commit comments

Comments
 (0)