Skip to content

Commit bf630e2

Browse files
committed
Update changelog and version for 6.14.3
1 parent aeaa84a commit bf630e2

File tree

47 files changed

+58
-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.

47 files changed

+58
-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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.3 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.2 REQUIRED COMPONENTS ${required_components} CONFIG)
15+
find_package(DART 6.14.3 REQUIRED COMPONENTS ${required_components} CONFIG)
1616

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

0 commit comments

Comments
 (0)